package config type Config struct { PlayMusic bool } var Current = Config{PlayMusic: true}