GitBucket
4.23.0
Toggle navigation
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
sample-golang
/
01_hello
Browse code
add alias package name sample
master
1 parent
6e5a741
commit
086013da02e4d5097627405dd95c2c0c012b7889
yhornisse
authored
on 9 Oct 2021
Patch
Showing
1 changed file
package/alias.go
Ignore Space
Show notes
View
package/alias.go
0 → 100644
package main import ( hoge "fmt" ) func main() { hoge.Println("hello") }
Show line notes below