Initial commit
This commit is contained in:
13
lib/appcontext/exported.go
Normal file
13
lib/appcontext/exported.go
Normal file
@@ -0,0 +1,13 @@
|
||||
// i2_bot – Instinct PokememBro Bot
|
||||
// Copyright (c) 2017 Vladimir "fat0troll" Hodakov
|
||||
|
||||
package appcontext
|
||||
|
||||
var (
|
||||
a *Context
|
||||
)
|
||||
|
||||
func New() *Context {
|
||||
c := &Context{}
|
||||
return c
|
||||
}
|
||||
Reference in New Issue
Block a user