topfreegames/khan

View on GitHub
main.go

Summary

Maintainability
A
0 mins
Test Coverage
// khan
// https://github.com/topfreegames/khan
//
// Licensed under the MIT license:
// http://www.opensource.org/licenses/mit-license
// Copyright © 2016 Top Free Games <backend@tfgco.com>

package main

import "github.com/topfreegames/khan/cmd"

func main() {
    cmd.Execute(cmd.RootCmd)
}