This repository only exists to serve as a testing repository using
SHA256 commits.
This commit is contained in:
brent saner 2024-07-09 23:30:48 -04:00
parent 10298cecfb
commit 03b0a48dc3
Signed by: bts
GPG Key ID: 8C004C2F93481F6B
2 changed files with 11 additions and 0 deletions

8
funcs.go Normal file
View File

@ -0,0 +1,8 @@
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
}

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module r00t2.io/sha256repo

go 1.22.4