main.go
// 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)
}