GitBucket
4.23.0
Toggle navigation
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
sample-golang
/
01_hello
Transfer to URL with SHA
3 commits
Download ZIP
tree:
2922a5bc82
Switch branches
×
master
latest commit
2922a5bc82
yhornisse
authored
on 20 Sep 2021
README.md
add args sample
3 years ago
args.go
add args sample
3 years ago
hello.go
refactor
3 years ago
README.md
Hello, World
go build hello.go
./hello
Args Sample
$ ./args args: [./args hoge fuga piyo] args: [hoge fuga piyo] args: hoge,fuga,piyo $