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 unused import sample
master
1 parent
086013d
commit
7c27221408cf1df0e987a6ab1b7783c7f2c46c90
yhornisse
authored
on 9 Oct 2021
Patch
Showing
1 changed file
package/unused.go
Ignore Space
Show notes
View
package/unused.go
0 → 100644
package main import ( "fmt" _ "os" // unused import ) func main() { fmt.Println("hello") }
Show line notes below