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