twister/config/config.go

7 lines
84 B
Go
Raw Normal View History

2024-10-09 11:59:42 +00:00
package config
// Config is a configuration
type Config struct {
Version string
}