Skip to content

Commit

Permalink
add doc.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Wiesmüller committed Apr 16, 2018
1 parent 5927147 commit ffc0818
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// Copyright 2018 PlayNet <play-net.org>. 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

0 comments on commit ffc0818

Please sign in to comment.