all repos

test1 @ v0.2.0

for testing purposes

test1/test1.go(view raw)

1
2
3
4
5
package test1

func Test1() error {
	return nil
}