Skip to content

Commit

Permalink
fix(rand): rename *_genator.go to *.go
Browse files Browse the repository at this point in the history
  • Loading branch information
desa committed May 16, 2018
1 parent 1d7e187 commit 27cb903
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rand/token_generator.go → rand/token.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import (
"github.com/influxdata/platform"
)

// TODO: rename to token.go

// TokenGenerator implements platform.TokenGenerator.
type TokenGenerator struct {
size int
Expand Down

0 comments on commit 27cb903

Please sign in to comment.