uncomment tests and re-run them but what the hell

This commit is contained in:
eyedeekay 2024-08-21 16:58:35 -04:00
parent 51d8d8636b
commit 32ddf2a6bd
No known key found for this signature in database
GPG key ID: D75C03B39B5E14E1
2 changed files with 9 additions and 4 deletions

View file

@ -1,7 +1,10 @@
package main
/*
import (
"os"
"os/signal"
"strings"
"syscall"
"testing"
)
@ -50,4 +53,4 @@ func TestMain(t *testing.T) {
}
}
}
*/

View file

@ -1,7 +1,10 @@
package main
/*
import (
"os"
"os/signal"
"strings"
"syscall"
"testing"
)
@ -50,4 +53,3 @@ func TestMain(t *testing.T) {
}
}
}
*/