go_sha256repo/funcs.go
brent saner 03b0a48dc3
v1.0.0
This repository only exists to serve as a testing repository using
SHA256 commits.
2024-07-09 23:30:48 -04:00

9 lines
189 B
Go

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
}