mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-17 14:07:36 +08:00
fix: trim version
This commit is contained in:
@@ -2,7 +2,12 @@ package version
|
||||
|
||||
import (
|
||||
_ "embed"
|
||||
"strings"
|
||||
)
|
||||
|
||||
//go:embed VERSION
|
||||
var VERSION string
|
||||
|
||||
func init() {
|
||||
VERSION = strings.TrimSpace(VERSION)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user