From fa0989e42f06902eb4142e55adf662756b33d5cd Mon Sep 17 00:00:00 2001 From: DmitriyLewen Date: Thu, 9 Dec 2021 13:50:51 +0600 Subject: [PATCH] test --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 268f3a2..65eb7e8 100644 --- a/main.go +++ b/main.go @@ -12,7 +12,7 @@ func main() { version.NewVersion("1.0.1") } -var unmarshalBuildGradle = func(content []byte) error { +var UnmarshalBuildGradle = func(content []byte) error { regex, _ := regexp.Compile(`versionName "([^\t\n\f\r]+)"`) res := regex.FindStringSubmatch(string(content)) if len(res) == 0 {