all repos

test1 @ main

for testing purposes

test1/test1.go(view raw)

1
2
3
4
5
6
package test1

func Test1() error {
	_ = ""
	return nil
}