Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Brat-vseznamus committed May 23, 2024
1 parent 74b20e9 commit b6af085
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/tlcodegen/tlgen.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b6af085

Please sign in to comment.