From ae1f62797d965f3cd1c5ac858bb5e867a3fdb258 Mon Sep 17 00:00:00 2001 From: Wyatt Miller Date: Wed, 13 Feb 2019 16:46:29 -0500 Subject: [PATCH] shoot man --- src/blog/_posts/2019-02-15-trying-golang.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blog/_posts/2019-02-15-trying-golang.markdown b/src/blog/_posts/2019-02-15-trying-golang.markdown index cdcd2c6..456bef7 100644 --- a/src/blog/_posts/2019-02-15-trying-golang.markdown +++ b/src/blog/_posts/2019-02-15-trying-golang.markdown @@ -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). \ No newline at end of file +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). \ No newline at end of file