1
0
mirror of https://github.com/amix/vimrc synced 2025-07-07 08:45:00 +08:00

Removed vim-go

This commit is contained in:
Amir Salihefendic
2019-11-17 16:45:35 +01:00
parent 3b7a7ded31
commit 8c6f4bdf7f
172 changed files with 0 additions and 24061 deletions

View File

@ -1,3 +0,0 @@
if !reflect.DeepEqual({{+got+}}, {{+want+}}) {
t.Errorf("\ngot: %#v\nwant: %#v\n", {{+~\~2+}}, {{+~\~2+}})
}

View File

@ -1,3 +0,0 @@
if err != nil {
return {{+err+}}
}

View File

@ -1,4 +0,0 @@
if err != nil {
t.Fatal(err)
}
{{++}}

View File

@ -1,3 +0,0 @@
if err != nil {
return errors.Wrap(err, "{{++}}")
}

View File

@ -1,3 +0,0 @@
// {{++}}
func {{+~\~1+}}() {
}

View File

@ -1 +0,0 @@
fmt.Printf("%#v\n", {{++}})

View File

@ -1,3 +0,0 @@
for i := 0; i < {{++}}; i++ {
{{++}}
}

View File

@ -1,2 +0,0 @@
// Package {{+~expand('%:p:h:t')+}} {{++}}
package {{+~\~2+}}

View File

@ -1,2 +0,0 @@
fmt.Sprintf("{{++}}", {{++}})

View File

@ -1,17 +0,0 @@
var tests = []struct {
name string
expected string
given string
}{
{"", "", "",},
}
for _, tt := range tests {
tt := tt
t.Run(tt.name, func(t *testing.T){
actual := {{++}}(tt.given)
if actual != tt.expected {
t.Errorf("{{+~\~1+}}(%s): expected %s, actual %s", tt.given, tt.expected, actual)
}
})
}