You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/new/client/game.go.tmpl
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ import (
14
14
"strings"
15
15
16
16
"github.com/code-game-project/go-client/cg"
17
-
"github.com/Bananenpro/pflag"
17
+
"github.com/spf13/pflag"
18
18
)
19
19
20
20
var URL string
@@ -53,7 +53,7 @@ type Player struct {
53
53
// --spectate Spectate the created/joined game. The username is not neccessary if this flag is set.
54
54
//
55
55
// This function calls pflag.Parse() internally. If you want to add your own flags, you will need to register them with pflag *before* calling this function.
0 commit comments