Skip to content

Commit

Permalink
update go generate command
Browse files Browse the repository at this point in the history
test file generation
  • Loading branch information
asahasrabuddhe committed Aug 3, 2019
1 parent 375621e commit c1cb808
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 264 deletions.
2 changes: 1 addition & 1 deletion altsrc/altsrc.go
@@ -1,3 +1,3 @@
package altsrc

//go:generate python ../generate-flag-types altsrc -i ../flag-types.json -o flag_generated.go
//go:generate fg -p altsrc -i ../flag-types.json -o flag_generated.go
2 changes: 1 addition & 1 deletion cli.go
Expand Up @@ -19,4 +19,4 @@
// }
package cli

//go:generate python ./generate-flag-types cli -i flag-types.json -o flag_generated.go
//go:generate fg -p cli -i flag-types.json -o flag_generated.go
262 changes: 0 additions & 262 deletions generate-flag-types

This file was deleted.

0 comments on commit c1cb808

Please sign in to comment.