go1.16 and embed

This commit is contained in:
ston1th 2021-02-18 22:36:16 +01:00
commit 82fd34b288
42 changed files with 95 additions and 1236 deletions

View file

@ -22,8 +22,5 @@ const (
UsersURI = "/users"
UserURI = "/user"
ViewURI = "/view"
BootstrapCSS = "/bootstrap.css"
CustomCSS = "/custom.css"
Favicon = "/favicon.ico"
StaticURI = "/static"
)

View file

@ -1,3 +1,5 @@
// Copyright (C) 2020 Marius Schellenberger
package core
// Contains checks if slice a contains string str