diff options
| author | Shulhan <ms@kilabit.info> | 2020-07-05 20:29:16 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2020-07-05 20:29:16 +0700 |
| commit | 2a480f6b856367ac5cc0102c4ae92eb6814228da (patch) | |
| tree | 989d03e864f2f80112547d240c5c6302092ccb38 /go.mod | |
| parent | 6a85a0994a7c430c436453aff66e85237bb8b3e0 (diff) | |
| download | ciigo-0.2.0.tar.xz | |
Release ciigo v0.2.0 (2020-07-05)v0.2.0
* all: simplify serving content using function Serve
Previously to serve the generated content we call two fucntions:
NewServer() and Server.Start().
This changes unexported the internal server, and expose only the Serve()
function with the same parameter as NewServer().
* all: embed the HTML template and the stylesheet
The parameter for template either in Convert or Generate functions or
in CLI now become pure optional, not default to "templates/html.tmpl"
anymore.
This will minimize steps for user to setup or run the library or program.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ require ( github.com/onsi/ginkgo v1.12.3 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/sergi/go-diff v1.1.0 // indirect - github.com/shuLhan/share v0.16.1-0.20200627020222-d13579896847 + github.com/shuLhan/share v0.17.0 github.com/sirupsen/logrus v1.6.0 // indirect github.com/yuin/goldmark v1.1.32 github.com/yuin/goldmark-meta v0.0.0-20191126180153-f0638e958b60 |
