mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 09:50:04 +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")
|
||
|
}
|