Skip to content

Instantly share code, notes, and snippets.

@percybolmer
Last active August 6, 2021 10:56
Show Gist options
  • Save percybolmer/2b05a6a58576e1fd013cf40a0cf23596 to your computer and use it in GitHub Desktop.
Save percybolmer/2b05a6a58576e1fd013cf40a0cf23596 to your computer and use it in GitHub Desktop.
package main
import (
"log"
zlog "github.com/rs/zerolog/log"
)
func main() {
log.Print("Hello")
zlog.Print("Hello")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment