import GolangLean /-! Corpus driver — runs every `.go` script under `corpus/` and compares the captured stdout to the matching `.expected` file. Mirrors octive-lean's `CorpusCheck`. Currently a no-op until the interpreter exists. -/ def main (_args : List String) : IO UInt32 := do IO.println "golang-lean corpus-check: no corpus yet (interpreter is a scaffold)" return 0