github.com/trim21/go-phpserialize@v0.0.22-0.20240301204449-2fca0319b3f0/internal/encoder/version.go (about) 1 // golang version constraint, only support tested version. 2 3 //go:build !go1.23 4 5 package encoder 6 7 // golang_version_higher_than_1_22_not_supported_yet variable to check tested and supported go version. 8 // If you saw this variable is not defined in your go version, please try to update to latest version. 9 const golang_version_higher_than_1_22_not_supported_yet = 0