package useragents import "testing" func TestDefaultConfig(t *testing.T) { // DefaultConfig should be a zero-value Config. c := DefaultConfig _ = c // Just verify it exists and is usable. }