Unable to run
bnkamalesh opened this issue · 1 comments
bnkamalesh commented
Hello, I tried installing this package using go get, but it threw this error:
$ go build -o gowebbenchmark server.go
# command-line-arguments
./server.go:412:12: f.Config().SetPort undefined (type *fresh.Config has no field or method SetPort)
./server.go:414:3: f.Run undefined (type fresh.Fresh has no field or method Run)
smallnest commented
fixed