9 lines
189 B
Go
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
|
|
}
|