github.com/DQNEO/babygo@v0.0.3/diff (about)

     1  #!/bin/bash
     2  # Compare the precompipler and the main compiler
     3  diff -U 0 pre/precompiler.go main.go
     4  
     5