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