mirror of
https://github.com/golang/go
synced 2024-11-19 03:14:42 -07:00
7 lines
84 B
Go
7 lines
84 B
Go
|
// Package unchanged does something
|
||
|
package unchanged
|
||
|
|
||
|
func Yo() {
|
||
|
println("yo")
|
||
|
}
|