package constants const ( AppName = "netctl" DefaultConfig = "config.yaml" DefaultDHCPMsg = "请选择网卡以使用 DHCP" DefaultStaticMsg = "请选择网卡以设置静态 IP" )