adds test satisfier
Some checks failed
gitea-deepak/gogmagog/pipeline/head There was a failure building this commit

This commit is contained in:
2020-12-24 22:21:47 -06:00
parent 93fb0f89b2
commit 914de124b3

View File

@@ -27,3 +27,7 @@ func GetAction(w http.ResponseWriter, r *http.Request) {
w.Write([]byte("Get the action " + id))
}
}
func Hello() string {
return "Hello, world!\n"
}