diff options
| author | Shulhan <ms@kilabit.info> | 2020-05-01 15:04:39 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2020-05-07 13:56:46 +0700 |
| commit | be40291e5dac2a56de940bfb5dfc842b856ca233 (patch) | |
| tree | 2e1481b01939743d1492d6271069ccd7b9aefaf4 /cmd/ciigo-example/main.go | |
| parent | 8713b9674b608dd2c7e95215d4b7e8a298898611 (diff) | |
| download | ciigo-be40291e5dac2a56de940bfb5dfc842b856ca233.tar.xz | |
all: rename the "content" directory to "_example"
While at it, also move the templates into _example and all assets
into the same directory.
Diffstat (limited to 'cmd/ciigo-example/main.go')
| -rw-r--r-- | cmd/ciigo-example/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ciigo-example/main.go b/cmd/ciigo-example/main.go index 30f4e82..32a907c 100644 --- a/cmd/ciigo-example/main.go +++ b/cmd/ciigo-example/main.go @@ -13,5 +13,5 @@ import ( ) func main() { - ciigo.Serve("./content", ":8080", "./templates/html.tmpl") + ciigo.Serve("_example", ":8080", "_example/html.tmpl") } |
