mirror of
https://github.com/github/semantic.git
synced 2025-01-05 05:58:34 +03:00
6 lines
53 B
Go
6 lines
53 B
Go
package foo
|
|
|
|
func New() string {
|
|
return "New foo"
|
|
}
|