From f3dc49e2eaecac2be3a1ef29cd70ef60122fe4c4 Mon Sep 17 00:00:00 2001 From: Sebastian Burschel Date: Tue, 31 Aug 2021 10:34:22 +0200 Subject: [PATCH] New file with information for compiling stuff for other platforms. --- OSX/compiling notes.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 OSX/compiling notes.md diff --git a/OSX/compiling notes.md b/OSX/compiling notes.md new file mode 100644 index 0000000..e18c450 --- /dev/null +++ b/OSX/compiling notes.md @@ -0,0 +1,3 @@ +# compiling go for uberspaces: + +>GOOS=linux GOARCH=amd64 go build -v \ No newline at end of file