initial, not sure if it works
This commit is contained in:
10
dcf_test.go
Normal file
10
dcf_test.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package dcf
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestCompile(t *testing.T) {
|
||||
// This is a placeholder test to ensure that the module compiles successfully.
|
||||
// You can add more meaningful tests here once you start implementing your code.
|
||||
}
|
||||
Reference in New Issue
Block a user