unstable: initial tags
This commit is contained in:
parent
2e71b60248
commit
b3b62af3a4
28 changed files with 503 additions and 91 deletions
|
|
@ -2,7 +2,12 @@
|
|||
|
||||
package db
|
||||
|
||||
import "crypto/sha256"
|
||||
import (
|
||||
"crypto/sha256"
|
||||
"regexp"
|
||||
)
|
||||
|
||||
var nameRe = regexp.MustCompile("[^a-zA-Z0-9]+")
|
||||
|
||||
// Parts taken from strings.TrimPrefix
|
||||
func hasTrimPrefix(s, prefix string) (string, bool) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue