aboutsummaryrefslogtreecommitdiff
path: root/example
AgeCommit message (Collapse)Author
2023-11-10all: fork of unmaintained "github.com/google/easypki"Shulhan
Changes, * Add Go module * replace "github.com/codegangsta/cli" with "github.com/urfave/cli" * Changes import path to this repository using the following command, $ find . -type f -name "*.go" \ | xargs sed -i "s#github.com/google/easypki#git.sr.ht/~shulhan/easypki#g" * Reformat all files using goimports * Remove reference to Travis and CodeCov
2017-02-15Example readme, make localhost a link. Adjust import orders in examplev1.1.0Jeremy Clerc
file.
2017-02-15Group example binary to not mess with go get.Jeremy Clerc
2017-02-15Add client authentication example.Jeremy Clerc
2015-09-12add env.sh exampleJeremy Clerc