truckstop/config/config.go

8 lines
89 B
Go

package config
import "errors"
func Refresh() error {
return errors.New("not impl")
}