mirror of
https://github.com/wahyd4/github-action-spike.git
synced 2026-08-27 22:16:20 +10:00
6 lines
55 B
Go
6 lines
55 B
Go
package spike
|
|
|
|
func hello() string {
|
|
return "hello"
|
|
}
|