shoot man
This commit is contained in:
parent
95be06f8fc
commit
ae1f62797d
@ -65,4 +65,4 @@ Go has flow control too, which is pretty cool but I haven't messed with a whole
|
||||
|
||||
The `go` command is really robust too. It has everything to the `run` command which runs your code in go, not compiled (JIT maybe?). It has the `test` command, which runs your tests if you are in TDD mode. It even has the `build` command, which Go compiles your code into binary format. This is were GOOS comes in. As a environment variable, GOOS can target whatever operating system you want to target, which could be very helpful if you are using `build` in a Makefile.
|
||||
|
||||
Check Go out, I think you guys will really enjoy it as I am. Next, I might playing with some of [this](https://github.com/zmb3/spotify).
|
||||
Check Go out, I think you guys will really enjoy it as I am. Next, I might be playing with some of [this](https://github.com/zmb3/spotify).
|
Loading…
Reference in New Issue
Block a user