CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2021
    Posts
    2

    I'm new in Golang

    Hello.

    I want to start studying the Golang language but I can't find any IDE that I can configure well, can you tell me an IDE that is good for Go and how to configure it (explained for fools in Spanish), please? I have tried with Sublime, Visual Studio Code and Eclipse and I have not clarified with any. And, if it is not too much to ask, can you recommend a free course to start studying (if possible in Spanish)? I have found a course but I ask if anyone knows of any good and free.

    I really appreciate the help.

    All the best.

  2. #2
    Join Date
    Feb 2017
    Posts
    677

    Re: I'm new in Golang

    Quote Originally Posted by SoutTabPardillo View Post
    can you tell me an IDE that is good for Go and how to configure it (explained for fools in Spanish)
    What is wrong with VS Code? It is considered one of the best. Maybe you did not download the Go extension. Why not give it another Go

    https://code.visualstudio.com/docs/languages/go

    Anyway, here is a list of popular IDEs,

    https://www.epicsoftwaredev.com/blog...opers-in-2021/

    Also, have you looked at the Go homepage? There is a Get Started section,

    https://go.dev/

    Regarding language. I recommend you stick with English, even if it is uphill at first. It is the lingua franca among programmers.

    ¡Buena Suerte!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured