Remove broken loader

This commit is contained in:
Ian Gulliver
2021-11-20 10:20:29 -10:00
parent c67028520c
commit 3ced099a47
2 changed files with 0 additions and 66 deletions

View File

@@ -1,12 +0,0 @@
package test
import "testing"
import "github.com/firestuff/subcoding/load"
func TestLoad(t *testing.T) {
_, err := load.Load(nil)
if err != nil {
t.Fatal(err)
}
}