diff options
| author | Shulhan <ms@kilabit.info> | 2021-12-21 08:56:21 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-12-21 08:56:21 +0700 |
| commit | 51af8aca85c8b2a264d99d3929b4259aa4717e7a (patch) | |
| tree | ab7bf63472b8f92d8709190600a71f7882245a44 /go.sum | |
| parent | a29a8c8396fc16af744a0abc86b5aca343aa620a (diff) | |
| download | rescached-51af8aca85c8b2a264d99d3929b4259aa4717e7a.tar.xz | |
all: move HTTP server option to Environment
Previously, the options for HTTP server initialized internally, which
make it uneasy to changes the default rescached instance when running
in development mode.
This commit move the HTTP server initialization inside the Environment
init method. If its nil, the init will set the default HTTP server
options along with the Memfs.
Diffstat (limited to 'go.sum')
| -rw-r--r-- | go.sum | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -github.com/shuLhan/share v0.32.1-0.20211219070102-fea5a2f4ad6d h1:J1MtWiUKgt5UbECphZS5AGa9p3xzCW5IadoWaiTLUOU= -github.com/shuLhan/share v0.32.1-0.20211219070102-fea5a2f4ad6d/go.mod h1:6YvVpuViRgLm4e+8AIh1izGaWgV5lyuj53H19GKCZzI= +github.com/shuLhan/share v0.32.1-0.20211220110507-fc66ec631305 h1:LVVYSWFeWtg2AvE8FXwreiPLconnDS8bs1vjU3sZAjw= +github.com/shuLhan/share v0.32.1-0.20211220110507-fc66ec631305/go.mod h1:6YvVpuViRgLm4e+8AIh1izGaWgV5lyuj53H19GKCZzI= golang.org/x/crypto v0.0.0-20211202192323-5770296d904e/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20211201190559-0a0e4e1bb54c h1:WtYZ93XtWSO5KlOMgPZu7hXY9WhMZpprvlm5VwvAl8c= |
