restructure to go structure

This commit is contained in:
mae
2025-11-15 12:29:04 -06:00
parent 8bd952a4c8
commit 032f2ca7dc
32 changed files with 270 additions and 40 deletions

5
cmd/plt-fetch/main.go Normal file
View File

@@ -0,0 +1,5 @@
package main
func main() {
}

View File

@@ -0,0 +1,9 @@
package main
import (
"testing"
)
func TestHelloWorld(t *testing.T) {
}