From a62114c91f2070c8c8453d117f3d81dc113e41ff Mon Sep 17 00:00:00 2001 From: Biswakalyan Bhuyan Date: Mon, 25 Mar 2024 16:43:09 +0530 Subject: dotfile update --- zsh/oh-my-zsh/plugins/golang/templates/package.txt | 29 ---------------------- zsh/oh-my-zsh/plugins/golang/templates/search.txt | 0 2 files changed, 29 deletions(-) delete mode 100644 zsh/oh-my-zsh/plugins/golang/templates/package.txt delete mode 100644 zsh/oh-my-zsh/plugins/golang/templates/search.txt (limited to 'zsh/oh-my-zsh/plugins/golang/templates') 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 -- cgit v1.2.3-59-g8ed1b