• Thanabodee Charoenpiriyakij's avatar
    Fix echo not interpret \n in GoTest.sh (#5426) · 47c7aa03
    Thanabodee Charoenpiriyakij authored
    When running GoTest.sh, the last step that checking go format files
    are print \n instead of new line:
    
    These files are not well gofmt'ed:\n\nMyGame/Example/Color.go
    MyGame/Example/MonsterStorage_grpc.go
    
    This changes fix it by echo NOT_FMT_FILES in separate line.
    47c7aa03
GoTest.sh 2.67 KB