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, 6 insertions, 0 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
new file mode 100644
index 000000000..df7420226
--- /dev/null
+++ b/Godeps/_workspace/src/github.com/huin/goupnp/example/example.go
@@ -0,0 +1,6 @@
+// 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