From f797bb14f7413df2abac6326c6df769004e50aa1 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Mon, 1 May 2023 09:35:25 -0600 Subject: small bugfix, add toc settings, update example site and delete unnecessary static assets --- pyssg.xyz/live/static/hl/languages/go.min.js | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 pyssg.xyz/live/static/hl/languages/go.min.js (limited to 'pyssg.xyz/live/static/hl/languages/go.min.js') diff --git a/pyssg.xyz/live/static/hl/languages/go.min.js b/pyssg.xyz/live/static/hl/languages/go.min.js deleted file mode 100644 index 030efe4..0000000 --- a/pyssg.xyz/live/static/hl/languages/go.min.js +++ /dev/null @@ -1,11 +0,0 @@ -hljs.registerLanguage("go",(()=>{"use strict";return e=>{const n={ -keyword:"break default func interface select case map struct chan else goto package switch const fallthrough if range type continue for import return var go defer bool byte complex64 complex128 float32 float64 int8 int16 int32 int64 string uint8 uint16 uint32 uint64 int uint uintptr rune", -literal:"true false iota nil", -built_in:"append cap close complex copy imag len make new panic print println real recover delete" -};return{name:"Go",aliases:["golang"],keywords:n,illegal:"