Skip to content

Commit

Permalink
Codecgen full package
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Apr 26, 2018
1 parent e5dbabf commit d0aca6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/structs/structs.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package structs

//go:generate codecgen -d 102 -o structs.generated.go structs.go
//go:generate codecgen -d 102 -o structs.generated.go *.go

import (
"crypto/md5"
Expand Down
2 changes: 1 addition & 1 deletion nomad/structs/structs_codegen.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package structs

//go:generate codecgen -d 100 -o structs.generated.go structs.go
//go:generate codecgen -d 100 -o structs.generated.go *.go

0 comments on commit d0aca6e

Please sign in to comment.