diff options
Diffstat (limited to 'zsh/oh-my-zsh/plugins/golang/templates')
-rw-r--r-- | zsh/oh-my-zsh/plugins/golang/templates/package.txt | 29 | ||||
-rw-r--r-- | zsh/oh-my-zsh/plugins/golang/templates/search.txt | 0 |
2 files changed, 0 insertions, 29 deletions
diff --git a/zsh/oh-my-zsh/plugins/golang/templates/package.txt b/zsh/oh-my-zsh/plugins/golang/templates/package.txt deleted file mode 100644 index 2b75cce..0000000 --- a/zsh/oh-my-zsh/plugins/golang/templates/package.txt +++ /dev/null @@ -1,29 +0,0 @@ -{{with .PDoc}}{{/* - -Constants ---------------------------------------- - -*/}}{{with .Consts}}{{range .}}{{range .Names}}{{.}} {{end}}{{end}}{{end}}{{/* - -Variables ---------------------------------------- - -*/}}{{with .Vars}}{{range .}}{{range .Names}}{{.}} {{end}}{{end}}{{end}}{{/* - -Functions ---------------------------------------- - -*/}}{{with .Funcs}}{{range .}}{{ .Name }} {{end}}{{end}}{{/* - -Types ---------------------------------------- - -*/}}{{with .Types}}{{range .}}{{ $TypeName := .Name }}{{ $TypeName }} {{/* - -*/}}{{range .Methods}}{{ $TypeName }}.{{.Name}} {{end}}{{/* - -*/}}{{range .Funcs}}{{.Name}} {{end}}{{/* - -*/}}{{range .Consts}}{{range .Names}}{{.}} {{end}}{{end}}{{/* - -*/}}{{range .Vars}}{{range .Names}}{{.}} {{end}}{{end}}{{end}}{{end}}{{end}} diff --git a/zsh/oh-my-zsh/plugins/golang/templates/search.txt b/zsh/oh-my-zsh/plugins/golang/templates/search.txt deleted file mode 100644 index e69de29..0000000 --- a/zsh/oh-my-zsh/plugins/golang/templates/search.txt +++ /dev/null |