Commit 856adbc
committed
Fix GoReleaser build: use dir+main instead of file path
Using main: cmd/kvs/main.go caused go build to compile only that
single file as a standalone package, excluding serve.go and making
newServeCmd undefined. Switch to dir + main (.) so all .go files
in the package are included.1 parent 6ed5a34 commit 856adbc
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments