We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 404746a commit 4115646Copy full SHA for 4115646
.gitignore
@@ -6,6 +6,8 @@
6
# Folders
7
_obj
8
_test
9
+build
10
+.DS_Store
11
12
# Architecture specific extensions/prefixes
13
*.[568vq]
release.sh
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+
3
+# This assumes that gonative and gox is installed as per the 'one time setup' instructions
4
+# at https://github.com/inconshreveable/gonative
5
+gox -output="build/{{.Dir}}_{{.OS}}_{{.Arch}}"
0 commit comments