Skip to content

Instantly share code, notes, and snippets.

View growler's full-sized avatar

Alekséi Naidénov growler

View GitHub Profile
@growler
growler / cli.go
Created February 25, 2015 14:41
Golang IDEA plugin bug
package cli
import (
"time"
)
// @short Returns its parameter
// @cmd echo <string>:text
func echo(text string) string {
return text