Skip to content

Instantly share code, notes, and snippets.

@cfebs
Last active May 25, 2025 16:24
Show Gist options
  • Save cfebs/1ec23c8da5362480ba1a3630b2d19f7f to your computer and use it in GitHub Desktop.
Save cfebs/1ec23c8da5362480ba1a3630b2d19f7f to your computer and use it in GitHub Desktop.
module gotest_local
package main
import "fmt"
func main() {
fmt.Println("hi")
}
call plug#begin('~/.vim/plugged')
Plug 'dense-analysis/ale'
call plug#end()
@cfebs
Copy link
Author

cfebs commented May 25, 2025

removed go version constraint from go.mod

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment