github.com/theliebeskind/genfig@v0.1.5-alpha/example/config/plugin_config_test.go (about) 1 // Code generated by genfig plugin 'config_test' on 2019-07-24T22:16:50+02:00; DO NOT EDIT. 2 3 package config 4 5 import "testing" 6 7 func Test_CurrentConfig(t *testing.T) { 8 if Current == nil { 9 t.Error("Current config is nil") 10 } 11 }