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
Find file
Newer
Older
tree:
2922a5bc82
Switch branches
×
master
01_hello
/ hello.go
yhornisse
on 20 Sep 2021
75 bytes
refactor
Raw
Blame
History
package main import "fmt" func main() { fmt.Println("Hello, World") }