containerize and add basic setup to backend
This commit is contained in:
7
backend/tests/hello_test.go
Normal file
7
backend/tests/hello_test.go
Normal file
@ -0,0 +1,7 @@
|
||||
package tests
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestHello(t *testing.T) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user