diff options
| author | Shulhan <ms@kilabit.info> | 2022-08-01 02:11:00 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-08-01 02:11:51 +0700 |
| commit | 3f36d9d317263f6c65f7ec4ebb4b704d7dafe00b (patch) | |
| tree | 6c78ccda08183dc1b94003ccbd9a6815d7ff2aad /testdata | |
| parent | 8d347992ab2753dc878f56439883ec868e8d038d (diff) | |
| download | ciigo-3f36d9d317263f6c65f7ec4ebb4b704d7dafe00b.tar.xz | |
all: export convert method in Converter as ToHtmlFile
This is the first public API provided for Converter, as promised in the
previous commit.
Diffstat (limited to 'testdata')
| -rw-r--r-- | testdata/html.tmpl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/testdata/html.tmpl b/testdata/html.tmpl index 3f440a0..967be5e 100644 --- a/testdata/html.tmpl +++ b/testdata/html.tmpl @@ -1,7 +1,3 @@ -<!-- -// SPDX-FileCopyrightText: 2021 Shulhan <ms@kilabit.info> -// SPDX-License-Identifier: GPL-3.0-or-later ---!> <!DOCTYPE> <html> <head><title>{{.Title}}</title></head> |
