This commit is contained in:
Unknwon 2014-07-26 03:02:46 -04:00
parent 5c4bc3c848
commit 545d320648
6 changed files with 30 additions and 42 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/Unknwon/com"
"github.com/gogits/gogs-ng/modules/log"
"github.com/gogits/gogs/modules/log"
)
func handleServerConn(keyId string, chans <-chan ssh.NewChannel) {

View file

@ -1,10 +0,0 @@
// Copyright 2014 The Gogs Authors. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
package workers
// Work represents a background work interface of any kind.
type Work interface {
Do() error
}