mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
From now on, there will be a file at common/version/version.go that includes current version number.
5 lines
100 B
Go
5 lines
100 B
Go
package version
|
|
|
|
func ConstructResult() string {
|
|
return GetVersion() + "\n" + GetVersionDetail()
|
|
}
|