Git Product home page Git Product logo

Comments (2)

mmcdole avatar mmcdole commented on May 18, 2024

This SO question and answer, with comments, goes over why one would want to store time.Time as a pointer.

This go-nuts thread covers the same ground.

In short, I want to be able to JSON encode the Feed and Item types, and I want them to omit nil Time entries. This isn't possible without making time.Time a pointer, or writing a custom marshaller.

I do not think your issue is directly related to this.

Can you post a minimal example that exhibits the behavior above? I can probably help you sort it out.

from gofeed.

jhautefeuille avatar jhautefeuille commented on May 18, 2024

Sorry for the delay in my reply.

You are absolutely right.

In fact, having read the articles of your links, I understood my mistake.

The principle of the program: I read a text file, for each url, I run a goroutine. Each goroutine parses the flow and sends the result into a channel.

My error was that after retrieving item.PublishedParsed, I would convert it to a string before applying Format (). But itemPublishedParsed is of type * time.Time. I also forgot to test the presence of the date before applying Format () so the error was thrown.

Thank you for your help that allowed me to find my silly mistake.

Thank you again for your library.

I close the ticket.

from gofeed.

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.