- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for genLDFlags (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
buildscripts/gen-ldflags.go
// along with this program. If not, see <http://www.gnu.org/licenses/>. package main import ( "fmt" "os" "os/exec" "strconv" "strings" "time" ) func genLDFlags(version string) string { releaseTag, date := releaseTag(version) copyrightYear := strconv.Itoa(date.Year()) ldflagsStr := "-s -w" ldflagsStr += " -X github.com/minio/minio/cmd.Version=" + version
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Thu Jun 16 23:10:48 GMT 2022 - 3.3K bytes - Click Count (0)