koron / lsgotype

List Go's public types from source code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

koron/lsgotype

GoDoc Actions/Go Go Report Card

list go types.

Example

This generates goExtraType syntax groups of Vim from $GOROOT/src

$ go run github.com/koron/lsgotype -mode syntax | grep -v skipped > goextra.vim

About

List Go's public types from source code

License:MIT License


Languages

Language:Go 87.5%Language:Makefile 12.5%