Take over GoTTY maintainership

@yudai built this amazing piece of software, but it now needs a new,
active maintainer. I'm taking a stab at it.
This commit is contained in:
Søren L. Hansen 2021-04-10 21:39:41 -07:00
parent 6353624986
commit 4e017f1618
11 changed files with 24 additions and 25 deletions

View file

@ -13,7 +13,7 @@ import (
"github.com/gorilla/websocket"
"github.com/pkg/errors"
"github.com/yudai/gotty/webtty"
"github.com/sorenisanerd/gotty/webtty"
)
func (server *Server) generateHandleWS(ctx context.Context, cancel context.CancelFunc, counter *counter) http.HandlerFunc {