Skip to content

dpifke/golang-generator

Repository files navigation

pifke.org/generator

GoDoc Build Status Test Coverage

Utility functions for code generation.

Downloading

If you use this library in your own code, please use the canonical URL in your Go code, instead of Github:

go get pifke.org/generator

Or (until I finish setting up the self-hosted repository):

# From the root of your project:
git submodule add https://github.com/dpifke/golang-generator vendor/pifke.org/generator

Then:

import (
        "pifke.org/generator"
)

As opposed to the pifke.org URL, I make no guarantee this Github repository will exist or be up-to-date in the future.

Documentation

Available on godoc.org.

License

Three-clause BSD. See LICENSE.txt.

Contact me if you want to use this code under different terms.

Author

Dave Pifke. My email address is my first name "at" my last name "dot org."

I'm @dpifke on Twitter. My PGP key is available on Keybase.

About

Golang utility functions for code generation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages