Archived
1
This repository has been archived on 2022-11-04. You can view files and clone it, but cannot push or open issues or pull requests.
i2_bot/lib/appcontext/exported.go

11 lines
204 B
Go
Raw Permalink Normal View History

2017-10-04 17:56:18 +04:00
// i2_bot Instinct PokememBro Bot
// Copyright (c) 2017-2018 Vladimir "fat0troll" Hodakov
2017-10-04 17:56:18 +04:00
package appcontext
// New is a Context creation function
2017-10-04 17:56:18 +04:00
func New() *Context {
2017-10-18 07:03:34 +04:00
c := &Context{}
return c
2017-10-04 17:56:18 +04:00
}