assets: Update packages to latest and add DO NOT EDIT
This commit is contained in:
parent
8bd44cd91e
commit
19d77064b0
28 changed files with 1497 additions and 1154 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue