Files

9 lines
189 B
Go
Raw Permalink Normal View History

2024-07-09 23:30:48 -04:00
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
}