This commit is contained in:
2024-05-13 21:43:47 -07:00
commit f21c916eb3
15 changed files with 437 additions and 0 deletions

8
simplelog_test.go Normal file
View File

@@ -0,0 +1,8 @@
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.
}