9 lines
70 B
Go
9 lines
70 B
Go
package test
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestStart(t *testing.T) {
|
|
}
|