diff options
| author | Shulhan <ms@kilabit.info> | 2022-05-19 17:35:22 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-05-19 17:35:22 +0700 |
| commit | 1e520d2258d655b856026d7a53d4d4e2320533ff (patch) | |
| tree | 0504d241a8e3a554192acc52a4d9cd5280ce5796 /filehtml.go | |
| parent | 3e6990a67851f6dd8dc130d058323b807ca4e3d9 (diff) | |
| download | ciigo-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 'filehtml.go')
| -rw-r--r-- | filehtml.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/filehtml.go b/filehtml.go index b12f639..96c6e21 100644 --- a/filehtml.go +++ b/filehtml.go @@ -12,9 +12,7 @@ import ( "git.sr.ht/~shulhan/asciidoctor-go" ) -// // fileHtml represent an HTML metadata for header and its body. -// type fileHtml struct { Title string EmbeddedCSS *template.CSS |
