aboutsummaryrefslogtreecommitdiff
path: root/templates/gen.go
diff options
context:
space:
mode:
authorhovertank3d <[email protected]>2025-01-18 13:57:23 +0100
committerhovertank3d <[email protected]>2025-01-18 13:57:23 +0100
commit342b251a2f24263651a4a4104ab8129560d7dd53 (patch)
treeddf66d565ef1837ff617de64d4478cec1a369d69 /templates/gen.go
parentf60aec7f3669d9cd2e099d75b9d4ccd37035da57 (diff)
downloadlzcnt.space-342b251a2f24263651a4a4104ab8129560d7dd53.tar.xz
lzcnt.space-342b251a2f24263651a4a4104ab8129560d7dd53.zip
use genhl instead of hardcoding syntax
Diffstat (limited to 'templates/gen.go')
-rw-r--r--templates/gen.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/gen.go b/templates/gen.go
new file mode 100644
index 0000000..852291d
--- /dev/null
+++ b/templates/gen.go
@@ -0,0 +1,3 @@
+package templates
+
+//go:generate bash -c "cat ../log2.s | genhl > log2.s.html"