hello.go
Code
Branches
Tags
Commits
Commit
1ea7819
mo khan <mo.khan@gmail.com>
2019-10-20
01:21:10
add bin scripts for future, or past, mo
master
1 parent
feca17c
Changed files (2)
bin
run
test
bin/run
Top
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+go run hello.go
bin/test
Top
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+go test