voce/handler/common.go

6 lines
85 B
Go
Raw Permalink Normal View History

2015-09-24 18:42:56 +02:00
package handler
import "regexp"
var bsonRE = regexp.MustCompile(`[a-fA-F0-9]{24}`)