diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-07-26 03:02:46 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-07-26 03:02:46 -0400 |
commit | 545d320648a5ce93e394a3cbc1317f73553b0d75 (patch) | |
tree | c352fab49c91d0531a3700465582e91f022cd170 /modules/workers/worker.go | |
parent | 5c4bc3c848fb4bd46ad5ceeacd82cdfa8f2b5635 (diff) |
Docs fix
Diffstat (limited to 'modules/workers/worker.go')
-rw-r--r-- | modules/workers/worker.go | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/workers/worker.go b/modules/workers/worker.go deleted file mode 100644 index 97535b2b..00000000 --- a/modules/workers/worker.go +++ /dev/null @@ -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 -} |