mirror of
https://github.com/amix/vimrc
synced 2025-07-09 18:55:01 +08:00
plugin updates
plugin updates
This commit is contained in:
@ -1,3 +0,0 @@
|
||||
module package
|
||||
|
||||
go 1.12
|
@ -1,7 +0,0 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("vim-go")
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func ExampleHelloWorld() {
|
||||
fmt.Println("Hello, World")
|
||||
// Output: What's shakin
|
||||
}
|
Reference in New Issue
Block a user