Skip to content

Commit a8ceab8

Browse files
author
Saso Matejina
committed
better naming
1 parent b8ad037 commit a8ceab8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Build all Versions of Up in the bin directory
33
#
4-
GOOS=linux GOARCH=amd64 go build -o bin/linux/go-sync-mongo
5-
GOOS=darwin GOARCH=amd64 go build -o bin/macos/go-sync-mongo
6-
GOOS=windows GOARCH=amd64 go build -o bin/windows/go-sync-mongo.exe
4+
GOOS=linux GOARCH=amd64 go build -o bin/go-sync-mongo-linux-amd64
5+
GOOS=darwin GOARCH=amd64 go build -o bin/go-sync-mongo-darwin-amd64
6+
GOOS=windows GOARCH=amd64 go build -o bin/go-sync-mongo-windows-amd64.exe

0 commit comments

Comments
 (0)