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