Coder Social home page Coder Social logo

Remove _workspace about lfs-test-server HOT 2 CLOSED

git-lfs avatar git-lfs commented on July 4, 2024
Remove _workspace

from lfs-test-server.

Comments (2)

tomzhang avatar tomzhang commented on July 4, 2024

there is a bug that i found when i compile lfs-test-server in my local environment (golang version 1.3.3 ).
for code snippet mgmt.go both line 53 and 155 should change "r *Http.Request " to "r *request" accoring to the golang http module documents : "func (r *Request) BasicAuth() (username, password string, ok bool)"

from lfs-test-server.

rubyist avatar rubyist commented on July 4, 2024

@PeterDaveHello our standard practice is to fully vendor our dependencies. This has a few advantages for us: it allows build and deploy systems to not depend on third party systems, if the referenced repositories are removed we can still build and deploy, and it allows us to see what changed in the dependencies when they're updated without having to go track them down elsewhere. It isn't a terribly big deal in this test repo to go one way or the other, that's just the general way that we work on our production code and it carries over here.

@tomzhang I think you're seeing that error because compiling this code will require go 1.4. The BasicAuth function was not present in go 1.3 or earlier. I will add a note to the build instructions about Go version requirements, thanks!

from lfs-test-server.

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.