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
31 commits
Download ZIP
tree:
c76eb88919
Switch branches
×
master
latest commit
c76eb88919
yhornisse
authored
on 9 Oct 2021
collection
add map sample
3 years ago
func
add sample
3 years ago
goroutine
add channel sample
3 years ago
interface
add sample
3 years ago
lib
move http-server sample
3 years ago
struct
fix and add sample
3 years ago
README.md
fix README
3 years ago
args.go
add array sample
3 years ago
hello.go
add array sample
3 years ago
iota.go
add iota sample
3 years ago
type.go
Update type.go
3 years ago
README.md
Hello, World
go build hello.go
./hello
Args Sample
$ ./args hoge fuga piyo args: [./args hoge fuga piyo] args: [hoge fuga piyo] args: hoge,fuga,piyo $