mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 03:00:06 +08:00
8 lines
101 B
Go
8 lines
101 B
Go
package main
|
|
|
|
import "testing"
|
|
|
|
func TestHelloWorld(t *testing.T) {
|
|
// t.Fatal("not implemented")
|
|
}
|