bearslyricattack commented on code in PR #7: URL: https://github.com/apache/incubator-seata-ctl/pull/7#discussion_r1811064082
########## action/common/parser.go: ########## @@ -0,0 +1,34 @@ +package common + +import ( + "fmt" + "github.com/seata/seata-ctl/model" + "gopkg.in/yaml.v3" + "io/ioutil" + "os" +) + +// ReadYMLFile 读取并解析 YAML 文件 Review Comment: Upon inspection, it was found that this file is no longer in use and has been deleted -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@seata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@seata.apache.org For additional commands, e-mail: dev-h...@seata.apache.org