]> src.twobees.de Git - dotfiles.git/blobdiff - stow/oh-my-zsh/.oh-my-zsh/plugins/golang/templates/package.txt
rm oh-my-zsh
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / golang / templates / package.txt
diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/golang/templates/package.txt b/stow/oh-my-zsh/.oh-my-zsh/plugins/golang/templates/package.txt
deleted file mode 100644 (file)
index 2b75cce..0000000
+++ /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}}