go1.16 and embed
This commit is contained in:
parent
0a55030ae5
commit
82fd34b288
42 changed files with 95 additions and 1236 deletions
|
|
@ -22,8 +22,5 @@ const (
|
|||
UsersURI = "/users"
|
||||
UserURI = "/user"
|
||||
ViewURI = "/view"
|
||||
|
||||
BootstrapCSS = "/bootstrap.css"
|
||||
CustomCSS = "/custom.css"
|
||||
Favicon = "/favicon.ico"
|
||||
StaticURI = "/static"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
// Copyright (C) 2020 Marius Schellenberger
|
||||
|
||||
package core
|
||||
|
||||
// Contains checks if slice a contains string str
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue