mirror of
https://github.com/lukaszraczylo/graphql-monitoring-proxy.git
synced 2026-06-05 23:03:48 +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"
|
|
)
|