github.com/pkujhd/goloader@v0.0.0-20240411034752-1a28096bd7bd/constants/type.1.20.go (about) 1 //go:build go1.20 && !go1.23 2 // +build go1.20,!go1.23 3 4 package constants 5 6 const ( 7 TypeImportPathPrefix = "type:.importpath." 8 TypeDoubleDotPrefix = "type:." 9 TypePrefix = "type:" 10 ItabPrefix = "go:itab." 11 TypeStringPrefix = "go:string." 12 )