Skip to content

Commit 54a3d87

Browse files
committed
Build script
1 parent 40271db commit 54a3d87

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
validate-http-headers*

build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
env GOOS=linux GOARCH=amd64 go build -o validate-http-headers-linux
3+
env GOOS=darwin GOARCH=amd64 go build -o validate-http-headers-osx

0 commit comments

Comments
 (0)