module
Version:
v0.0.0-...-d99e7a5
Opens a new window with list of versions in this module.
Published: Nov 19, 2023
License: MIT
Opens a new window with license information.
README
¶
common

Shared common code for my Go projects.
log
Create a custom rs/zerolog console logger:
package main
import (
"context"
commonlog "github.com/revett/common/log"
"github.com/rs/zerolog/log"
)
func main() {
log.Logger = commonlog.New()
ctx := context.Background()
// log.Info().Msg("...")
// log.Fatal().Err(err).Send()
}
.golangci.yml
Update the golangci/golangci-lint within a repo:
curl -o .golangci.yml https://raw.githubusercontent.com/revett/dotfiles/main/.golangci.yml
Directories
¶
Click to show internal directories.
Click to hide internal directories.