Giter Club home page Giter Club logo

Comments (3)

pellared avatar pellared commented on June 4, 2024

Hi @joe-getcouragenow ,

First of all, thanks for the feedback.

Initially this template was using Mage. See: https://github.com/golang-templates/seed/tree/v0.1.1
It has been removed mainly, because I got a lot of feedback from the community that they prefer Make and this is the most popular tool used to automate builds in Go.

Personally I have been experimenting a bit with Mage and while I like that it is Go I dislike the design that it is more like a framework (I would prefer to have a library), it is hard to debug (even the author admitted that he was never doing it) and its parallel dependencies are not really helpful as Mage does not provide any way to synchronize targets' output that is run in parallel. I find Mage to magical (even as the name suggests 😄 ). That are only a few stuff that I dislike after playing a few weeks with Mage.

I plan to experiment with creating a PoC library https://github.com/pellared/taskflow for making build pipelines in Go as CLI apps that would address stuff that I dislike in Mage. Maybe I will even create it in following days. I will let you know when I have something so you can give me some feedback. Still I would probably not use this library in this template as I favor community standards over my own preferences.

from seed.

pellared avatar pellared commented on June 4, 2024

@joe-getcouragenow Can you review https://github.com/pellared/taskflow and tell if you think I should use it here?

from seed.

pellared avatar pellared commented on June 4, 2024

@joe-getcouragenow There was no issue running anything on other OSes. See: https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md
Closing

from seed.

Related Issues (9)

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.