File tree Expand file tree Collapse file tree 7 files changed +13
-11
lines changed Expand file tree Collapse file tree 7 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -230,6 +230,8 @@ html(lang='en')
230
230
option( value ='.haskell' ) Haskell
231
231
option( value ='.java' ) Java
232
232
option( value ='.php' ) PHP
233
+ option( value ='.go' ) Go
234
+ option( value ='.net' ) NET
233
235
234
236
.warning
235
237
b Warning:
@@ -243,8 +245,8 @@ html(lang='en')
243
245
244
246
.libraries-sv ( data-accordion-group )
245
247
include libraries/net.jade
246
- include libraries/net2.jade
247
- include libraries/netrt.jade
248
+ include libraries/net2.jade
249
+ include libraries/netrt.jade
248
250
include libraries/python.jade
249
251
include libraries/python2.jade
250
252
include libraries/node.jade
Original file line number Diff line number Diff line change 1
1
// Go dgrijalva/jwt-go
2
- article.jwt-go.accordion ( data-accordion )
2
+ article.jwt-go.go. accordion ( data-accordion )
3
3
.panel-heading ( data-control )
4
4
img( src ='/img/8.svg' )
5
5
h3 Go
Original file line number Diff line number Diff line change 1
1
// Go dvsekhvalnov/jose2go
2
- article.jwt-go.accordion ( data-accordion )
2
+ article.jwt-go.go. accordion ( data-accordion )
3
3
.panel-heading ( data-control )
4
4
img( src ='/img/8.svg' )
5
5
h3 Go
@@ -75,12 +75,12 @@ article.jwt-go.accordion(data-accordion)
75
75
i.icon-budicon-333 ( data-toggle ='tooltip' , title ='' , data-original-title ='Maintainer' )
76
76
| DV
77
77
span.stars ( data-repo ='dvsekhvalnov/jose2go' , style ='display: inline;' )
78
- i.icon-budicon-466
78
+ i.icon-budicon-466
79
79
.repository
80
80
i.icon-1392070209-icon-social-github
81
81
a( href ='https://github.com/dvsekhvalnov/jose2go' ) View Repo
82
82
83
83
.panel-footer
84
84
code
85
- | go get
85
+ | go get
86
86
a( href ='https://github.com/dvsekhvalnov/jose2go' ) github.com/dvsekhvalnov/jose2go
Original file line number Diff line number Diff line change 1
1
// .NET System.IdentityModel.Tokens.Jwt
2
- article.jwt-net.accordion ( data-accordion )
2
+ article.jwt-net.net. accordion ( data-accordion )
3
3
.panel-heading ( data-control )
4
4
img( src ='/img/1.svg' )
5
5
h3 .NET
Original file line number Diff line number Diff line change 1
1
// .NET json-jwt
2
- article.jwt-net.accordion ( data-accordion )
2
+ article.jwt-net.net. accordion ( data-accordion )
3
3
.panel-heading ( data-control )
4
4
img( src ='/img/1.svg' )
5
5
h3 .NET
@@ -75,7 +75,7 @@ article.jwt-net.accordion(data-accordion)
75
75
i.icon-budicon-333 ( data-toggle ='tooltip' , title ='' , data-original-title ='Maintainer' )
76
76
| DV
77
77
span.stars ( data-repo ='dvsekhvalnov/jose-jwt' , style ='display: inline;' )
78
- i.icon-budicon-466
78
+ i.icon-budicon-466
79
79
.repository
80
80
i.icon-1392070209-icon-social-github
81
81
a( href ='https://github.com/dvsekhvalnov/jose-jwt' ) View Repo
Original file line number Diff line number Diff line change 1
1
// .NET json-jwt
2
- article.jwt-net.accordion ( data-accordion )
2
+ article.jwt-net.net. accordion ( data-accordion )
3
3
.panel-heading ( data-control )
4
4
img( src ='/img/1.svg' )
5
5
h3 .NET (RT)
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments