Filling out docs some more
This commit is contained in:
@@ -1 +1,10 @@
|
||||
package darkstorm
|
||||
|
||||
import (
|
||||
"os"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestMain(t *testing.M) {
|
||||
os.Exit(t.Run())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user