summaryrefslogtreecommitdiff
path: root/tests/main.go
blob: 17103ab95c799c4742de6b13d7a9440fff78a78c (plain) (blame)
1
2
3
4
5
6
7
package main

import "uuid"

func main() {
	uuid.MainTest()
}