diff options
author | hovertank3d <[email protected]> | 2025-01-18 13:57:23 +0100 |
---|---|---|
committer | hovertank3d <[email protected]> | 2025-01-18 13:57:23 +0100 |
commit | 342b251a2f24263651a4a4104ab8129560d7dd53 (patch) | |
tree | ddf66d565ef1837ff617de64d4478cec1a369d69 /templates/gen.go | |
parent | f60aec7f3669d9cd2e099d75b9d4ccd37035da57 (diff) | |
download | lzcnt.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.go | 3 |
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" |