package main import ( "testing" ) func TestMain(t *testing.T) { main() } func TestCountTag(t *testing.T) { }