kleinCommand/common/config.go

6 lines
80 B
Go
Raw Normal View History

2025-07-19 20:58:05 +02:00
package common
type Config struct {
environment string `toml:"environment"`
}