If you haven't gone through "A tour of Go", I'd suggest it - it is pretty
practical and helpful in learning the language:
https://tour.golang.org/welcome/1
"Go by Example" has a bunch of good resources too for practical use:
https://gobyexample.com/
Hope this helps!
Bob
On Mon, Feb 17, 2020,
Hi Sam,
Thank You very much.
I will try this.
Could you please let me know which books should I follow to learn GO after
completing "Introducing GO"?
On Monday, January 27, 2020 at 9:46:12 PM UTC+5:30, Sam Whited wrote:
>
> On Mon, Jan 27, 2020, at 02:41, Kareem Shaikh wrote:
> > Can anyone p
Hi Jake,
This works.
Thank You very much.
Could you please let me know which books should I follow to learn GO after
completing "Introducing GO"?
On Monday, January 27, 2020 at 10:26:31 PM UTC+5:30, Jake Montgomery wrote:
>
>
>
> On Monday, January 27, 2020 at 11:16:12 AM UTC-5, Sam Whited wrot
On Monday, January 27, 2020 at 11:16:12 AM UTC-5, Sam Whited wrote:
>
> On Mon, Jan 27, 2020, at 02:41, Kareem Shaikh wrote:
> > Can anyone please tell me what should I change in order to get the right
> output?
> >
> > For example:
> >
> > I want to change 10 degrees to Fahrenheit.
> > I
On Mon, Jan 27, 2020, at 02:41, Kareem Shaikh wrote:
> Can anyone please tell me what should I change in order to get the right
> output?
>
> For example:
>
> I want to change 10 degrees to Fahrenheit.
> I want to print "10 degrees to Fahrenheit is = 50"
You want to use one of the formatting fu
Hi All,
Good Afternoon.
My name is Kareem.
I recently started learning GO on my own.
I am going through the book "INTRODUCTION TO GO" from RIELY.
I wrote a program to convert Degrees to Fahrenheit. It is as follows:
*package main*
*import "fmt"*
*func main () {*
* fmt.Println("Enter the d