Giter VIP home page Giter VIP logo

Comments (5)

abacaj avatar abacaj commented on July 25, 2024

what go version do you have - type go version in your command line.

from fasthttp.

kngu9 avatar kngu9 commented on July 25, 2024

go version go1.4.2 darwin/amd64

from fasthttp.

abacaj avatar abacaj commented on July 25, 2024

Your issue is your go version, the error is Time.AppendFormat which was added to the language in 2015/04/10 - April, and your go version was released on 2015/02/17 - February.

Download the latest go 1.5.1 https://golang.org/dl/

from fasthttp.

abacaj avatar abacaj commented on July 25, 2024

Actually that brings up the point that this library should explicitly state what go version it was built on / required to run on.

from fasthttp.

valyala avatar valyala commented on July 25, 2024

Explicitly stated in readme that fasthttp supports only go1.5+.

Older versions won't be supported, since their standard library miss useful functions and I have no desire writing workarounds for them :) See the initial bug report from @kngu9 for the list of missing functions.

from fasthttp.

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.