ktateish / gottani

A tool for combining Go source code into a single .go file
BSD 2-Clause "Simplified" License
9 stars 1 forks source link

Errors on replacing `lib.SOME_VAR.Method()` #2

Closed ktateish closed 3 years ago

ktateish commented 3 years ago

When the combining source has an expression like:

lib.SOME_VAR.Method()

gottani failed to run:

$ gottani src
main.go:23: expected operand, found '.' (and 1 more errors)