←back to thread

21 points zoezoezoezoe | 1 comments | | HN request time: 0.852s | source

Hi everyone, recently I was a little tired with how development with Golang can be. I took it upon myself to build a runner for Golang that is quick and dirty, but good enough for me and this amalgamated to Zoe's Quick and Dirty Golang Runner.
Show context
KingOfCoders ◴[] No.42156863[source]
How is it different from 'air' and 'simplereload'?
replies(1): >>42160308 #
1. zoezoezoezoe ◴[] No.42160308[source]
I think ZQDGR is more a script runner vs air and simplereload being helpers or build tools. I think ZQDGR can be used in that way, but it's not explicitly designed to be. In the end, use whatever tool works for you, I built ZQDGR because I wanted ZQDGR and it works for me.