simplelog/simplelog_test.go

9 lines
205 B
Go
Raw Normal View History

2024-05-14 04:43:47 +00:00
package simplelog
import "testing"
// TestCompile checks if the package compiles successfully.
func TestCompile(t *testing.T) {
// This test ensures that the simplelog package compiles without error.
}