blob: 486caa227071635af4301324af13c68356dee8f3 [file] [log] [blame]
// The vdl.config file for the vdltest package.
config = vdltool.Config{
// Restrict codegen to Go for the moment, since the vdltest package uncovers
// corner cases that break Java.
GenLanguages: {Go},
}