Git Product home page Git Product logo

Comments (5)

zenazn avatar zenazn commented on July 28, 2024

Hrm. Are you able to reproduce this behavior on the Goji example app? I wasn't able to reproduce on either OS X or Trusty, both running Go 1.2

from goji.

 avatar commented on July 28, 2024

I created repositories to reproduce this behaviour:
https://github.com/reterius/goji-bad-file-descriptor
https://github.com/reterius/goji-bad-file-descriptor-wuturl62

First repository - I use github.com/8protons/wut/wutlog from package https://github.com/8protons/wut
It's simple JSON logger, has dependency - github.com/8protons/wut/wuturl62

But in the second repository this strange error appears when I use github.com/8protons/wut/wuturl62 from package https://github.com/8protons/wut directly.
wuturl62 is my UUID -> base62 string converter, it depends on github.com/twinj/uuid

I tried to use github.com/twinj/uuid separately and it seems to be okay, no bad file descriptors.

Truth to be told, I don't know why it happens

from goji.

zenazn avatar zenazn commented on July 28, 2024

Oh boy—this was a fun one. I'll push a patch for this soon, with details in the commit message :)

from goji.

 avatar commented on July 28, 2024

I've migrated my code from Martini to Goji because of its canonical way to do things like middlewares (like onion) without any magic. And this appears in the process of deploying.

So, thank you very much for Goji. It's really cool.

from goji.

badoet avatar badoet commented on July 28, 2024

after updating to the latest goji i still have the same error.
with this main.go:

package main
import (
    "fmt"
    "net/http"
    "github.com/zenazn/goji"
)

func main() {
    goji.Get("/", HomeHandler)
    goji.Serve()
}

func HomeHandler(res http.ResponseWriter, req *http.Request) {
    fmt.Fprint(res, "this is home")
}

is it because im using go1.3beta2??

UPDATE
sorry my bad, everything works fine now. was not building my go project properly.

from goji.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.