6 lines
85 B
Go
6 lines
85 B
Go
|
package handler
|
||
|
|
||
|
import "regexp"
|
||
|
|
||
|
var bsonRE = regexp.MustCompile(`[a-fA-F0-9]{24}`)
|