Files
github-action-spike/spike/a.go
T
2020-02-14 14:46:31 +11:00

6 lines
55 B
Go

package spike
func hello() string {
return "hello"
}