Add go mod download to build script

This commit is contained in:
Owen Quinlan 2021-11-19 18:48:12 +11:00
parent f22714d7be
commit 9b116230d4
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,7 @@
#!/usr/bin/env bash
go mod download
package="./LocateID.go"
package_split=(${package//\// })

View file

@ -1,5 +1,7 @@
#!/usr/bin/env bash
go mod download
package="./IdParser.go"
package_split=(${package//\// })