mirror of
https://github.com/lukaszraczylo/graphql-monitoring-proxy.git
synced 2026-06-08 23:39:53 +00:00
7 lines
104 B
Go
7 lines
104 B
Go
package libpack_config
|
|
|
|
var (
|
|
PKG_NAME string = "not-specified"
|
|
PKG_VERSION string = "0.0.0-dev"
|
|
)
|