Skip to content

Commit fe4b039

Browse files
committed
use go get
Other languages have installer line, go packages are installed with "go get" command.
1 parent a6d647f commit fe4b039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ <h3 class="panel-title">Go</h3>
461461

462462
<div class="panel-footer">
463463
<div>
464-
<code>import "github.com/dgrijalva/jwt-go"</code>
464+
<code>go get github.com/dgrijalva/jwt-go</code>
465465
</div>
466466

467467
</div>

0 commit comments

Comments
 (0)