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