[go-nuts] Re: From PHP to Go, here my first side project. What do you think?

2018-05-23 Thread Matthieu Cneude
package main is needed. > > Often Go tools don’t have any text output unless there’s an error. Perhaps > a flag could surround the watched files print? > > This seems like it could be a useful part of a development workflow. > > Matt > > On Monday, May 21, 2018 at 10:29:26 AM

[go-nuts] From PHP to Go, here my first side project. What do you think?

2018-05-21 Thread Matthieu Cneude
Hello everybody, I am a PHP developer for many years and I am trying to learn Golang. I think knowing a language which offer low level possibilities can be a very good complement to a more high level language. Therefore I wrote a little application which watch tests file and run them here: