diff options
author | Steve <nilslice@gmail.com> | 2017-03-01 10:46:27 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-01 10:46:27 -0800 |
commit | 69d55eeaa2b2460b905d31bdac8a5f9b6d9879f5 (patch) | |
tree | 09b9b6690351fe211204a790eee38eb302e21f3b /cmd/ponzu/options.go | |
parent | ae242b7f926b1fcbec36d66df8355f432219d1c9 (diff) | |
parent | 7297805267e51b9567be4a955b3fe4db0e58f4b0 (diff) |
Merge pull request #87 from olliephillips/ponzu-dev
ponzu add <import path>
Diffstat (limited to 'cmd/ponzu/options.go')
-rw-r--r-- | cmd/ponzu/options.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ponzu/options.go b/cmd/ponzu/options.go index 9023f84..c406975 100644 --- a/cmd/ponzu/options.go +++ b/cmd/ponzu/options.go @@ -305,7 +305,7 @@ func buildPonzuServer(args []string) error { buildOptions := []string{"build", "-o", buildOutputName()} cmdBuildFiles := []string{ "main.go", "options.go", "generate.go", - "usage.go", "paths.go", + "usage.go", "paths.go", "add.go", } var cmdBuildFilePaths []string for _, file := range cmdBuildFiles { |