aboutsummaryrefslogtreecommitdiff
path: root/go.mod
AgeCommit message (Collapse)Author
6 dayscmd/www-go-proposal: add base path and option to shutdown idle durationHEADmainShulhan
The www-go-proposal now is served under "/proposal" so no need to reroute them in proxy. The "-shutdown-idle" option allow to set the duration when server will automatically shutting down when no new connections accepted after specific duration.
6 daysgo.mod: update all dependenciesShulhan
6 daysgo.mod: update ciigoShulhan
The latest ciigo support redirecting request for .adoc or .md to the HTML file.
6 daysall: update the command and style to follow latest ciigoShulhan
6 dayscmd/www-go-proposal: static HTTP server to serve proposal with HTMLShulhan