package main
import (
"fmt"
)
func foo() {
fmt.Println("go.nvim")
time.Date(2020, 1, 1, 1, 1, 1, 1, nil)
fmt.Println("hello")
}