We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfcb38d commit 2068927Copy full SHA for 2068927
playground/playground.go
@@ -64,7 +64,7 @@ func main() {
64
packages := make(map[string]*compiler.Archive)
65
var pkgsToLoad map[string]struct{}
66
importContext := &compiler.ImportContext{
67
- Packages: map[string]*types.Package{"unsafe": types.Unsafe},
+ Packages: make(map[string]*types.Package),
68
Import: func(path string) (*compiler.Archive, error) {
69
if pkg, found := packages[path]; found {
70
return pkg, nil
0 commit comments