stub
This commit is contained in:
23
go.mod
23
go.mod
@@ -1,25 +1,10 @@
|
||||
module local/simpleserve
|
||||
module gogs.inhome.blapointe.com/local/simpleserve
|
||||
|
||||
go 1.16
|
||||
|
||||
replace local/args => ../args
|
||||
|
||||
replace local/gziphttp => ../gziphttp
|
||||
|
||||
replace local/notes-server/notes/md => ../notes-server/notes/md
|
||||
|
||||
replace local/oauth2 => ../oauth2
|
||||
|
||||
replace local/router => ../router
|
||||
|
||||
replace local/simpleserve => ../simpleserve
|
||||
|
||||
replace local/storage => ../storage
|
||||
|
||||
replace local/logb => ../logb
|
||||
|
||||
require (
|
||||
local/args v0.0.0-00010101000000-000000000000
|
||||
local/gziphttp v0.0.0-00010101000000-000000000000
|
||||
local/notes-server/notes/md v0.0.0-00010101000000-000000000000
|
||||
gogs.inhome.blapointe.com/local/args master
|
||||
gogs.inhome.blapointe.com/local/gziphttp master
|
||||
gogs.inhome.blapointe.com/local/notes-server master
|
||||
)
|
||||
|
||||
8
main.go
8
main.go
@@ -6,10 +6,10 @@ import (
|
||||
"fmt"
|
||||
"io"
|
||||
"io/ioutil"
|
||||
"local/args"
|
||||
"local/gziphttp"
|
||||
"local/notes-server/notes/md"
|
||||
"local/simpleserve/simpleserve"
|
||||
"gogs.inhome.blapointe.com/local/args"
|
||||
"gogs.inhome.blapointe.com/local/gziphttp"
|
||||
"gogs.inhome.blapointe.com/local/notes-server/notes/md"
|
||||
"gogs.inhome.blapointe.com/local/simpleserve/simpleserve"
|
||||
"log"
|
||||
"net/http"
|
||||
"net/http/httptest"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"local/simpleserve/simpleserve"
|
||||
"gogs.inhome.blapointe.com/local/simpleserve/simpleserve"
|
||||
"net/http"
|
||||
"net/http/httptest"
|
||||
"net/url"
|
||||
|
||||
3
simpleserve/go.mod
Normal file
3
simpleserve/go.mod
Normal file
@@ -0,0 +1,3 @@
|
||||
module gogs.inhome.blapointe.com/local/simpleserve/simpleserve
|
||||
|
||||
go 1.20
|
||||
Reference in New Issue
Block a user