voce/handler/common.go
2015-09-24 18:42:56 +02:00

6 lines
85 B
Go

package handler
import "regexp"
var bsonRE = regexp.MustCompile(`[a-fA-F0-9]{24}`)