From da1ed4d81f6e96cd57fc5c43c6efad126781b9ba Mon Sep 17 00:00:00 2001 From: Brat-vseznamus Date: Mon, 27 May 2024 13:02:20 +0300 Subject: [PATCH] add test diff --- internal/tlcodegen/tlgen.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/tlcodegen/tlgen.go b/internal/tlcodegen/tlgen.go index 31e7882a..58ed3447 100644 --- a/internal/tlcodegen/tlgen.go +++ b/internal/tlcodegen/tlgen.go @@ -69,6 +69,7 @@ type LocalResolveContext struct { } // TODO: change to provide more useful information +// another tets diff func TLGenBuildInfo() (commit string, version string) { if info, ok := debug.ReadBuildInfo(); ok { for _, setting := range info.Settings {