aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/huin/goupnp/example/example.go
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/github.com/huin/goupnp/example/example.go')
-rw-r--r--Godeps/_workspace/src/github.com/huin/goupnp/example/example.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/Godeps/_workspace/src/github.com/huin/goupnp/example/example.go b/Godeps/_workspace/src/github.com/huin/goupnp/example/example.go
deleted file mode 100644
index df7420226..000000000
--- a/Godeps/_workspace/src/github.com/huin/goupnp/example/example.go
+++ /dev/null
@@ -1,6 +0,0 @@
-// Serves as examples of using the goupnp library.
-//
-// To run examples and see the output for your local network, run the following
-// command (specifically including the -v flag):
-// go test -v github.com/huin/goupnp/example
-package example