1 package c 2 3 import ( 4 "github.com/99designs/gqlgen/internal/code/testdata/b" 5 ) 6 7 var C = b.B + " C" 8
View as plain text