6 lines
80 B
Go
6 lines
80 B
Go
|
|
package common
|
||
|
|
|
||
|
|
type Config struct {
|
||
|
|
environment string `toml:"environment"`
|
||
|
|
}
|