Skip to content

Commit

Permalink
Update bindata; add -nocompress to avoid diffs (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
rojer authored Oct 31, 2016
1 parent 8158392 commit 0b4bb77
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 35 deletions.
2 changes: 1 addition & 1 deletion auth_server/authn/authn.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type Authenticator interface {
var NoMatch = errors.New("did not match any rule")
var WrongPass = errors.New("wrong password for user")

//go:generate go-bindata -pkg authn -modtime 1 -mode 420 data/
//go:generate go-bindata -pkg authn -modtime 1 -mode 420 -nocompress data/

type PasswordString string

Expand Down
134 changes: 100 additions & 34 deletions auth_server/authn/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0b4bb77

Please sign in to comment.