aboutsummaryrefslogtreecommitdiff
path: root/serve_options.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-05-19 17:35:22 +0700
committerShulhan <ms@kilabit.info>2022-05-19 17:35:22 +0700
commit1e520d2258d655b856026d7a53d4d4e2320533ff (patch)
tree0504d241a8e3a554192acc52a4d9cd5280ce5796 /serve_options.go
parent3e6990a67851f6dd8dc130d058323b807ca4e3d9 (diff)
downloadciigo-1e520d2258d655b856026d7a53d4d4e2320533ff.tar.xz
all: reformat all files using latest goimports
While at it, replace any use of ioutil with os/io package.
Diffstat (limited to 'serve_options.go')
-rw-r--r--serve_options.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/serve_options.go b/serve_options.go
index 45cb0b3..29ff41f 100644
--- a/serve_options.go
+++ b/serve_options.go
@@ -9,9 +9,7 @@ const (
defAddress = ":8080"
)
-//
// ServeOptions contains the options to use on Serve function.
-//
type ServeOptions struct {
// Mfs contains pointer to variable generated from Generate.
// This option is used to use embedded files for serving on HTTP.