mirror of
https://github.com/golang/go
synced 2024-11-19 13:34:45 -07:00
6 lines
63 B
Go
6 lines
63 B
Go
|
// Package unused does something
|
||
|
package unused
|
||
|
|
||
|
func Yo() {
|
||
|
}
|