U: command-line, upg

This commit is contained in:
杨红岩 2024-04-29 13:26:41 +08:00
parent 5fa39e93ea
commit f1a715ac91

View File

@ -17,5 +17,9 @@ import (
// Upgrade 升级当前版本
func Upgrade(c *command.Config) (err error) {
//wd, _ := os.Getwd()
//gomod := filepath.Join(wd, "go.mod")
//data, _ := ioutil.ReadFile(gomod)
//fl, err := modfile.Parse(gomod, data, nil)
return errors.New("no added features")
}