Rename rest to code.
This commit is contained in:
15
code/test/main_test.go
Normal file
15
code/test/main_test.go
Normal file
@ -0,0 +1,15 @@
|
||||
package test
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"strings"
|
||||
"testing"
|
||||
)
|
||||
|
||||
|
||||
func TestHello(t *testing.T) {
|
||||
|
||||
split := strings.Split("good", "/")
|
||||
fmt.Printf("%v", split)
|
||||
|
||||
}
|
Reference in New Issue
Block a user