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:
7c27221408
Switch branches
×
master
01_hello
/
func
/
sub
/ sample.go
yhornisse
on 27 Sep 2021
68 bytes
add func and package sample
Raw
Blame
History
package sub import "fmt" func Sample() { fmt.Println("sample") }