Skip to content
/ mclib Public
generated from bep/golibtemplate

A simple library to make it possible to run Mkcert"s main method.

License

Notifications You must be signed in to change notification settings

bep/mclib

Repository files navigation

Tests on Linux, MacOS and Windows Go Report Card GoDoc

This is a simple library to make it possible to run Mkcert"s main method.

The script that updates the internal package does no logic changes to the source, it simply

  1. Renames the main package to internal.
  2. Renames the main func to RunMain
  3. Replaces any log.Fatal with panic to allow us to handle the errors.
  4. Exports getCAROOT().

For more advanced library usage, see this issue.

The mkcert source code is stored in a Git submodule to a tagged version, so to generate a new version, you need to clone this repo with --recursive, and then run:

go generate ./gen

We use semverpair versioning.

About

A simple library to make it possible to run Mkcert"s main method.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages