This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
snarf
/
workspace-stuff
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Izmaiņu pieprasījumi
0
Koks:
2b4b072c5d
Atzari
Tagi
master
workspace-st...
/
.vim
/
bundle
/
vim-go
/
templates
/
hello_world_test.go
hello_world_test.go
101 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
package main
import "testing"
func TestHelloWorld(t *testing.T) {
// t.Fatal("not implemented")
}