Browse Source

gofmt

pull/3/head 1.0
yangwenmai 7 years ago
parent
commit
fe8da97b0c
  1. 1
      export_test.go

1
export_test.go

@ -3,6 +3,7 @@ package main
import "testing"
import . "github.com/smartystreets/goconvey/convey"
// TestAdd test Add func
func TestAdd(t *testing.T) {
Convey("test add", t, func() {
a := 3

Loading…
Cancel
Save