// +build !production package main import ( "go.uber.org/zap" ) func zapConfig() zap.Config { return zap.NewDevelopmentConfig() }