Skip to content

not enough arguments in call to uuid.Must have (uuid.UUID) want (uuid.UUID, error) #17

@tablecell

Description

@tablecell

test code

package main

import "github.com/plimble/ace"

func main() {
	a := ace.New()
	a.GET("/:name", func(c *ace.C) {
		name := c.Param("name")
		c.JSON(200, map[string]string{"hello": name})
	})
	a.Run(":8088")

}

go: finding github.com/plimble/ace latest
go: finding github.com/plimble/sessions latest
go: finding github.com/plimble/utils latest
go: finding github.com/oxtoacart/bpool latest

github.com/plimble/sessions

\gopath\pkg\mod\github.com\plimble\sessions@v0.0.0-20180326075456-7047d39da9ad\utils.go:31:17: not enough arguments in call to uuid.Must
have (uuid.UUID)
want (uuid.UUID, error)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions