synf-api/internal/tests/user_test.go
2025-10-10 15:39:29 +02:00

11 lines
105 B
Go

package tests
import (
"fmt"
"testing"
)
func Test_test(T *testing.T) {
fmt.Printf("Hello World")
}