1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-10 01:10:41 +01:00
Files
oh-my-zsh/plugins/go-swagger
2019-10-06 17:08:43 +03:00
..
2019-10-06 17:08:43 +03:00

Go-swagger plugin

This plugin adds completion for go-swagger.

To use it, add go-swagger to the plugins array in your zshrc file:

plugins=(... go-swagger)

Origins

This autocompletion plugins is taken from official go-swagger repo.