assets: Update packages to latest and add DO NOT EDIT

This commit is contained in:
Tom Wiesing 2023-08-23 14:26:35 +02:00
parent 8bd44cd91e
commit 19d77064b0
No known key found for this signature in database
28 changed files with 1497 additions and 1154 deletions

View file

@ -142,12 +142,12 @@ var Assets${name} = Assets{
\tStyles: \`${links}\`,\t
}`.trim()
}).join('\n\n')
const goSource = `package ${DEST_PACKAGE}
const goSource = `// Code generated by build.mjs; DO NOT EDIT.
package ${DEST_PACKAGE}
import _ "embed"
// This file was automatically generated. Do not edit.
//go:embed ${JSON.stringify(DEST_DISCLAIMER)}
var Disclaimer string