Documentation
¶
Overview ¶
Package compile_options implements compile time options for clio using Go's build tags feature.
The following tags are supported:
- clio_debug
- clio_trace
These tags can be leveraged with:
go run -tags <tag> cmd/myapp/main.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetLogLevel ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.