Setting up basic application structure
Some checks failed
My Actions / Explore (push) Has been cancelled
Some checks failed
My Actions / Explore (push) Has been cancelled
This commit is contained in:
11
tests/Integration/server_test.go
Normal file
11
tests/Integration/server_test.go
Normal file
@ -0,0 +1,11 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestTruthy(t *testing.T) {
|
||||
if true != true {
|
||||
t.Fatalf("truthy not truthy")
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user