Master
This commit is contained in:
parent
54faccb7fd
commit
922f26ae31
2
install-go.sh
Normal file
2
install-go.sh
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
export PATH=$PATH:/usr/local/go/bin
|
9
main.go
Normal file
9
main.go
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
import (
|
||||||
|
_ "fmt"
|
||||||
|
)
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
Divider("divided")
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user