7 lines
84 B
Go
7 lines
84 B
Go
package config
|
|
|
|
// Config is a configuration
|
|
type Config struct {
|
|
Version string
|
|
}
|