mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +00:00
Docs fix
This commit is contained in:
parent
5c4bc3c848
commit
545d320648
6 changed files with 30 additions and 42 deletions
|
@ -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) {
|
||||
|
|
|
@ -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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue