Add development + debugging docker configs
This commit is contained in:
10
05-example-web-application/api-golang/test/example_test.go
Normal file
10
05-example-web-application/api-golang/test/example_test.go
Normal file
@ -0,0 +1,10 @@
|
||||
package test
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestOneEqualsOne(t *testing.T) {
|
||||
val := 1
|
||||
if val != 1 {
|
||||
t.Errorf("1 != %d; want 1", val)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user