github.com/eh-steve/goloader@v0.0.0-20240111193454-90ff3cfdae39/const_type.1.8.go (about)

     1  //go:build go1.8 && !go1.20
     2  // +build go1.8,!go1.20
     3  
     4  package goloader
     5  
     6  const (
     7  	TypeImportPathPrefix = "type..importpath."
     8  	TypeDoubleDotPrefix  = "type.."
     9  	TypePrefix           = "type."
    10  	ItabPrefix           = "go.itab."
    11  	TypeStringPrefix     = "go.string."
    12  	ObjSymbolSeparator   = "."
    13  )