github.com/pkujhd/goloader@v0.0.0-20240411034752-1a28096bd7bd/constants/pkgpath.1.8.go (about) 1 //go:build go1.8 && !go1.19 2 // +build go1.8,!go1.19 3 4 package constants 5 6 const ( 7 EmptyPkgPath = `""` 8 )