diff --git a/doc.go b/doc.go new file mode 100644 index 0000000..ead9e5f --- /dev/null +++ b/doc.go @@ -0,0 +1,9 @@ +// Copyright 2018 PlayNet . All rights reserved. +// Use of this source code is governed by a +// license that can be found in the LICENSE file. + +/* +Package gorcon is an application providing abstraction layers to map common rcon functionality from various games to a unified api (grpc/rest). +Aside from this gorcon provides local management functionality to make running game servers easier (like starting, waching and scheduling). +*/ +package gorcon