github.com/zhuohuang-hust/src-cbuild@v0.0.0-20230105071821-c7aab3e7c840/api/common_unix.go (about) 1 // +build !windows 2 3 package api 4 5 // MinVersion represents Minimum REST API version supported 6 const MinVersion string = "1.12"