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 1cae860 commit 1b1043eCopy full SHA for 1b1043e
build.hacker
@@ -1,5 +1,6 @@
1
-// crystal
+// golang
2
3
> cd source-code
4
-> crystal build src/main.cr --release
5
-> sudo mv main bytes
+> go get bytes-manager
+> go build
6
+> sudo mv bytes-manager bytes
0 commit comments