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