Files
lookbuilding/constants.go
2020-11-10 20:14:43 +01:00

6 lines
56 B
Go

package main
const (
ENV_ADDR = "LOOKBUILDING_ADDR"
)