heetch / felice

Felice is a nascent, opinionated Kafka library for Go, in Go
MIT License
20 stars 1 forks source link

use fastuuid for UUID generation #38

Closed rogpeppe closed 5 years ago

rogpeppe commented 5 years ago

This avoids the problematic dependency on satori/go.uuid.

tealeg commented 5 years ago

+1 Working.

Note that when buildng / testing outside $GOPATH you need to always give a path when running commands, go test -v ./... rather than go test -v, otherwise Go won't resolve internal references to github.com/heetch/felice.

Nope.. that was just me being dumb. Please ignore ;-)