diff --git a/Makefile b/Makefile index e1d63e2f..76baee50 100644 --- a/Makefile +++ b/Makefile @@ -30,8 +30,5 @@ GOFILES=\ include $(GOROOT)/src/Make.pkg -_examples: - gomake -C _examples - examples: gomake -C _examples diff --git a/_examples/Makefile b/examples/Makefile similarity index 100% rename from _examples/Makefile rename to examples/Makefile diff --git a/_examples/axfr/Makefile b/examples/axfr/Makefile similarity index 100% rename from _examples/axfr/Makefile rename to examples/axfr/Makefile diff --git a/_examples/axfr/axfr.go b/examples/axfr/axfr.go similarity index 100% rename from _examples/axfr/axfr.go rename to examples/axfr/axfr.go diff --git a/_examples/chaos/Makefile b/examples/chaos/Makefile similarity index 100% rename from _examples/chaos/Makefile rename to examples/chaos/Makefile diff --git a/_examples/chaos/chaos.go b/examples/chaos/chaos.go similarity index 100% rename from _examples/chaos/chaos.go rename to examples/chaos/chaos.go diff --git a/_examples/funkensturm/Kmiek.nl.+005+21798.key b/examples/funkensturm/Kmiek.nl.+005+21798.key similarity index 100% rename from _examples/funkensturm/Kmiek.nl.+005+21798.key rename to examples/funkensturm/Kmiek.nl.+005+21798.key diff --git a/_examples/funkensturm/Kmiek.nl.+005+21798.private b/examples/funkensturm/Kmiek.nl.+005+21798.private similarity index 100% rename from _examples/funkensturm/Kmiek.nl.+005+21798.private rename to examples/funkensturm/Kmiek.nl.+005+21798.private diff --git a/_examples/funkensturm/Makefile b/examples/funkensturm/Makefile similarity index 100% rename from _examples/funkensturm/Makefile rename to examples/funkensturm/Makefile diff --git a/_examples/funkensturm/Makefile_delay b/examples/funkensturm/Makefile_delay similarity index 100% rename from _examples/funkensturm/Makefile_delay rename to examples/funkensturm/Makefile_delay diff --git a/_examples/funkensturm/Makefile_rproxy b/examples/funkensturm/Makefile_rproxy similarity index 100% rename from _examples/funkensturm/Makefile_rproxy rename to examples/funkensturm/Makefile_rproxy diff --git a/_examples/funkensturm/Makefile_sign b/examples/funkensturm/Makefile_sign similarity index 100% rename from _examples/funkensturm/Makefile_sign rename to examples/funkensturm/Makefile_sign diff --git a/_examples/funkensturm/config.go b/examples/funkensturm/config.go similarity index 100% rename from _examples/funkensturm/config.go rename to examples/funkensturm/config.go diff --git a/_examples/funkensturm/config_delay.go b/examples/funkensturm/config_delay.go similarity index 100% rename from _examples/funkensturm/config_delay.go rename to examples/funkensturm/config_delay.go diff --git a/_examples/funkensturm/config_rproxy.go b/examples/funkensturm/config_rproxy.go similarity index 100% rename from _examples/funkensturm/config_rproxy.go rename to examples/funkensturm/config_rproxy.go diff --git a/_examples/funkensturm/config_sign.go b/examples/funkensturm/config_sign.go similarity index 100% rename from _examples/funkensturm/config_sign.go rename to examples/funkensturm/config_sign.go diff --git a/_examples/funkensturm/doc.go b/examples/funkensturm/doc.go similarity index 100% rename from _examples/funkensturm/doc.go rename to examples/funkensturm/doc.go diff --git a/_examples/funkensturm/funkensturm.go b/examples/funkensturm/funkensturm.go similarity index 100% rename from _examples/funkensturm/funkensturm.go rename to examples/funkensturm/funkensturm.go diff --git a/_examples/key2ds/Makefile b/examples/key2ds/Makefile similarity index 100% rename from _examples/key2ds/Makefile rename to examples/key2ds/Makefile diff --git a/_examples/key2ds/key2ds.go b/examples/key2ds/key2ds.go similarity index 100% rename from _examples/key2ds/key2ds.go rename to examples/key2ds/key2ds.go diff --git a/_examples/mx/Makefile b/examples/mx/Makefile similarity index 100% rename from _examples/mx/Makefile rename to examples/mx/Makefile diff --git a/_examples/mx/mx.go b/examples/mx/mx.go similarity index 100% rename from _examples/mx/mx.go rename to examples/mx/mx.go diff --git a/_examples/q/Makefile b/examples/q/Makefile similarity index 100% rename from _examples/q/Makefile rename to examples/q/Makefile diff --git a/_examples/q/dns.go b/examples/q/dns.go similarity index 100% rename from _examples/q/dns.go rename to examples/q/dns.go diff --git a/_examples/q/fp.go b/examples/q/fp.go similarity index 100% rename from _examples/q/fp.go rename to examples/q/fp.go diff --git a/_examples/q/lex.go b/examples/q/lex.go similarity index 100% rename from _examples/q/lex.go rename to examples/q/lex.go diff --git a/_examples/q/q.go b/examples/q/q.go similarity index 100% rename from _examples/q/q.go rename to examples/q/q.go diff --git a/_examples/reflect/Makefile b/examples/reflect/Makefile similarity index 100% rename from _examples/reflect/Makefile rename to examples/reflect/Makefile diff --git a/_examples/reflect/reflect.go b/examples/reflect/reflect.go similarity index 100% rename from _examples/reflect/reflect.go rename to examples/reflect/reflect.go