github.com/pkujhd/goloader@v0.0.0-20240411034752-1a28096bd7bd/constants/type.1.8.go (about) 1 //go:build go1.8 && !go1.20 2 // +build go1.8,!go1.20 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 )