diff --git a/doc.go b/doc.go new file mode 100644 index 0000000..43053d6 --- /dev/null +++ b/doc.go @@ -0,0 +1,3 @@ +// botserv is the collection of structs and functions used to implement +// a hackerbots server +package botserv