mirror of
https://github.com/github/semantic.git
synced 2024-12-26 00:12:29 +03:00
6 lines
53 B
Go
6 lines
53 B
Go
package foo
|
|
|
|
func New() string {
|
|
return "New foo"
|
|
}
|