d4-golang-utils/requirements.go

8 lines
68 B
Go

package main
import (
_ "github.com/gofrs/uuid"
)
func main() {}