Added negative index capability

This commit is contained in:
Mike Farah
2020-04-13 10:36:46 +10:00
parent a06320f13c
commit 1f9a3f5f6c
3 changed files with 57 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
set -e
wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.23.1
wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.24.0
go get golang.org/x/tools/cmd/goimports