Documentation ¶
Overview ¶
Package gogen provides a set of code generation packages and command line tools to reduce boilerplate in your go projects
Directories ¶
Path | Synopsis |
---|---|
Godeps
|
|
_workspace/src/github.com/davecgh/go-spew/spew
Package spew implements a deep pretty printer for Go data structures to aid in debugging.
|
Package spew implements a deep pretty printer for Go data structures to aid in debugging. |
_workspace/src/github.com/pmezard/go-difflib/difflib
Package difflib is a partial port of Python difflib module.
|
Package difflib is a partial port of Python difflib module. |
_workspace/src/github.com/stretchr/objx
objx - Go package for dealing with maps, slices, JSON and other data.
|
objx - Go package for dealing with maps, slices, JSON and other data. |
_workspace/src/github.com/stretchr/testify/assert
Package assert provides a set of comprehensive testing tools for use with the normal Go testing system.
|
Package assert provides a set of comprehensive testing tools for use with the normal Go testing system. |
_workspace/src/github.com/stretchr/testify/mock
Provides a system by which it is possible to mock your objects and verify calls are happening as expected.
|
Provides a system by which it is possible to mock your objects and verify calls are happening as expected. |
_workspace/src/golang.org/x/tools/go/ast/astutil
Package astutil contains common utilities for working with the Go AST.
|
Package astutil contains common utilities for working with the Go AST. |
Package cleanimports provides functionality to clean unused imports from the given source code
|
Package cleanimports provides functionality to clean unused imports from the given source code |
cmd
|
|
Package exportdefault provides the functionality to automatically generate package-level exported functions wrapping calls to a package-level default instance of a type.
|
Package exportdefault provides the functionality to automatically generate package-level exported functions wrapping calls to a package-level default instance of a type. |
Package specific copies the source from a package and generates a second package replacing some of the types used.
|
Package specific copies the source from a package and generates a second package replacing some of the types used. |
Click to show internal directories.
Click to hide internal directories.