diff --git a/internal/tlcodegen/tlgen.go b/internal/tlcodegen/tlgen.go index 862f4ca8..31e7882a 100644 --- a/internal/tlcodegen/tlgen.go +++ b/internal/tlcodegen/tlgen.go @@ -68,6 +68,7 @@ type LocalResolveContext struct { overrideFileName string // used for unions and built-in vectors and tuples, so they are defined in the file of argument } +// TODO: change to provide more useful information func TLGenBuildInfo() (commit string, version string) { if info, ok := debug.ReadBuildInfo(); ok { for _, setting := range info.Settings {