common

module
v0.0.0-...-d99e7a5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 19, 2023 License: MIT

README

common

Builds GoDoc Go Report Card License

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

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL