Files
libopenapi/datamodel/low/log.go
Dave Shanley 2c4177e97a Swagger 2.0 high level model going in now
Shifting a few high level models around that are also shared. now it's just a churn game to flesh the high level model and test it up.
2022-09-09 07:08:52 -04:00

13 lines
217 B
Go

// Copyright 2022 Princess B33f Heavy Industries / Dave Shanley
// SPDX-License-Identifier: MIT
package low
//import "go.uber.org/zap"
//
//var Log *zap.Logger
//
//func init() {
// Log, _ = zap.NewProduction()
//}