marsevilspirit commented on PR #2865:
URL: https://github.com/apache/dubbo-go/pull/2865#issuecomment-2869900794

   > ```
   > // checkFileSuffix check file suffix
   > func checkFileSuffix(suffix string) error {
   >    for _, g := range []string{"json", "toml", "yaml", "yml", "properties"} 
{
   >            if g == suffix {
   >                    return nil
   >            }
   >    }
   >    return errors.Errorf("no support file suffix: %s", suffix)
   > }
   > ```
   > 
   > 这段也感觉也没有用处了可以一并改了
   
   fixed


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to