Skip to content

Commit

Permalink
Prevent bindata noise from mtime and mode changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rojer committed Jun 11, 2015
1 parent 893d12d commit bc2a215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auth_server/server/bindata.go

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

2 changes: 1 addition & 1 deletion auth_server/server/google_auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (
"golang.org/x/crypto/bcrypt"
)

//go:generate go-bindata -pkg server data/google_auth.tmpl
//go:generate go-bindata -pkg server -modtime 1 -mode 420 data/google_auth.tmpl

type GoogleAuthRequest struct {
Action string `json:"action,omitempty"`
Expand Down

0 comments on commit bc2a215

Please sign in to comment.