From 00dfc937cec1b7eb9ebb1024fae5228ebf9f0341 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Wed, 11 Feb 2026 22:50:27 +0700 Subject: cmd/ciigo: add option to set base path and shutdown idle duration The `-base-path` option set the URL prefix for serving HTTP request. This allow serving the content under the prefix other than "/". The `-shutdown-idle` option set the duration when server will stop accepting new connections and shutting down. This option can be helpful to reduce the resources on local environment. --- ciigo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ciigo.go') diff --git a/ciigo.go b/ciigo.go index ea25599..d4d8edf 100644 --- a/ciigo.go +++ b/ciigo.go @@ -28,7 +28,7 @@ const ( ) // Version define the latest tagged release of this module. -var Version = `0.16.0` +var Version = `0.17.0` // defExcludes define default files to be excludes on GoEmbed. var defExcludes = []string{ -- cgit v1.3