go_sha256repo/funcs.go

9 lines
189 B
Go
Raw Permalink Normal View History

package sha256repo
func TestFunc() (out string) {
out = "This is an example repository using SHA256 commit hashes. See https://github.com/golang/go/issues/68359 for details."
return
}