mirror of
https://github.com/amix/vimrc
synced 2025-08-16 04:05:01 +08:00
Updated plugins
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func ExampleHelloWorld() {
|
||||
fmt.Println("Hello, World")
|
||||
// Output: What's shakin
|
||||
}
|
Reference in New Issue
Block a user