Added discord module skeleton

This commit is contained in:
Alex Vanin 2019-05-10 11:53:58 +03:00
parent 0507cdb3d1
commit ca2ca86819
8 changed files with 87 additions and 9 deletions

View file

@ -8,7 +8,7 @@ import (
"syscall"
)
func NewGracefulContext() context.Context {
func New() context.Context {
ctx, cancel := context.WithCancel(context.Background())
go func() {