github.com/wallyqs/gcli@v0.2.3-0.20151010121825-a114d5d1758d/skeleton/resource/tmpl/codegangsta_cli/command/command_test.go.tmpl (about)

     1  package command
     2  
     3  import "testing"
     4  
     5  func TestCmd{{ title .Name }}(t *testing.T) {
     6  	// Write your code here
     7  }