G-Node / gin-cli

Command line client for GIN
https://gin.g-node.org
Other
12 stars 6 forks source link

NewToken method is run twice in case of `len(gincl.Token) = 0` when it is also run in the `gincl.NewToken` method. #284

Open achilleas-k opened 4 years ago

achilleas-k commented 4 years ago

As a minor comment, this method is run twice in case of len(gincl.Token) = 0 when it is also run in the gincl.NewToken method.

Originally posted by @mpsonntag in https://github.com/G-Node/gin-cli/pull/282