Skip to content

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Sponsor this project

Packages

Contributors

Languages

Generated from bep/golibtemplate