Choose a difficulty level and drag and drop the code lines to re-order them.

functions: 1/24
FiloSottile/mkcert
}
func fatalIfErr(err error, msg string) {
}
if err != nil {
log.Fatalf("ERROR: %s: %s", msg, err)