mirror of https://github.com/gogs/gogs.git
miniwinsvc: fix import path
parent
e08161a302
commit
6daac151b8
modules/setting
|
@ -7,7 +7,7 @@
|
|||
package setting
|
||||
|
||||
import (
|
||||
_ "github.com/kardianos/minwinsvc"
|
||||
_ "github.com/gogits/minwinsvc"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
|
Loading…
Reference in New Issue