github.com/thlcodes/genfig@v0.3.2-alpha/example/config/plugin_config_test.go (about)

     1  // Code generated by genfig plugin 'config_test'; 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  }