forked from vieter-v/vieter
Made vet happy
This commit is contained in:
parent
e9d7858380
commit
75dfc5267b
9 changed files with 6 additions and 11 deletions
|
|
@ -3,6 +3,7 @@ module server
|
|||
import cli
|
||||
import env
|
||||
|
||||
// cmd returns the cli submodule that handles starting the server
|
||||
pub fn cmd() cli.Command {
|
||||
return cli.Command{
|
||||
name: 'server'
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
module server
|
||||
|
||||
import web
|
||||
import os
|
||||
import json
|
||||
import git
|
||||
|
||||
const repos_file = 'repos.json'
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ import log
|
|||
import repo
|
||||
import env
|
||||
import util
|
||||
import cli
|
||||
|
||||
const port = 8000
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue