mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-09 20:47:44 +00:00
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.
13 lines
217 B
Go
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()
|
|
//}
|