all repos

test1 @ 0495a0c193cbea3045d6deb409c86972d9833f43

for testing purposes
2 files changed, 8 insertions(+), 0 deletions(-)
Initial commit
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-01-30 19:28:39 +0200
A go.mod

@@ -0,0 +1,3 @@

+module git.olexsmir.xyz/test1 + +go 1.25.6
A test1.go

@@ -0,0 +1,5 @@

+package test1 + +func Test1() error { + return nil +}