-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |