build: add styling option for console logger

This will only be available when the dev build tag is set
This commit is contained in:
Elle Mouton
2024-10-15 14:53:20 +02:00
parent cfa7fceb0b
commit a8da3e525b
2 changed files with 140 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
//go:build !dev
// +build !dev
package build
import "github.com/btcsuite/btclog/v2"