diff options
| author | Teddy Wing | 2019-12-05 00:47:02 +0100 |
|---|---|---|
| committer | Teddy Wing | 2019-12-05 00:47:02 +0100 |
| commit | eaf75cf7b4f188f1b03194432ef6f069214eb5b6 (patch) | |
| tree | cd7aea9d86e5464ef314521b7cca32b6de39f574 /go.mod | |
| parent | ffc36e46f311cdb68e2c21e68d2f8ee7b1e0c01a (diff) | |
| download | gomove-fix-cli-package-compatibility.tar.bz2 | |
Fix `Println` vet warnings to run testsfix-cli-package-compatibility
Was getting the following warnings, causing tests to fail:
$ go test ./...
# github.com/ksubedi/gomove
./ast.go:67:3: Println arg list ends with redundant newline
./ast.go:73:3: Println arg list ends with redundant newline
./native.go:112:3: Println arg list ends with redundant newline
./native.go:121:3: Println arg list ends with redundant newline
FAIL github.com/ksubedi/gomove [build failed]
FAIL
Since Go 1.10, `go test` runs `vet` checks:
https://github.com/golang/go/issues/18085
Update the print calls to eliminate the `vet` warnings.
Diffstat (limited to 'go.mod')
0 files changed, 0 insertions, 0 deletions
