initial
This commit is contained in:
8
simplelog_test.go
Normal file
8
simplelog_test.go
Normal 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.
|
||||
}
|
||||
Reference in New Issue
Block a user