Files
planterette/cmd/plt-server/main_test.go
2025-11-15 12:29:04 -06:00

10 lines
76 B
Go

package main
import (
"testing"
)
func TestHelloWorld(t *testing.T) {
}