remove old installer (replace with goreleaser later)

cobra-version
Rob Muhlestein 5 months ago
parent 10bc4c7dd0
commit 2c69c1424d

@ -1,13 +0,0 @@
targets:
- os: windows
arch:
- amd64
- os: linux
arch:
- amd64
- os: darwin
arch:
- amd64
- arm64

@ -1,7 +0,0 @@
package install
import "fmt"
func main() {
fmt.Println("vim-go")
}
Loading…
Cancel
Save