1 package b 2 3 import "github.com/99designs/gqlgen/internal/code/testdata/a" 4 5 var B = a.A + " B" 6
View as plain text