v1.0.0
This repository only exists to serve as a testing repository using SHA256 commits.
This commit is contained in:
parent
10298cecfb
commit
03b0a48dc3
8
funcs.go
Normal file
8
funcs.go
Normal 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
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user