About 389,000 results
Open links in new tab
  1. Google

    Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.

  2. The Go Programming Language

    Go is an open source programming language that makes it simple to build secure, scalable systems.

  3. The Go Programming Language - YouTube

    Welcome to the Go channel, where we hope to make you love programming again! Go is an open-source programming language supported by Google.

  4. Google Open Source Projects

    Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system …

  5. Qué es Go: Guía para principiantes | OpenWebinars

    Qué es Go Go, también conocido como Golang, es un lenguaje de programación desarrollado por Google. Lanzado en 2009, Go fue diseñado para ser simple, eficiente y escalable, enfocándose en …

  6. Documentation - The Go Programming Language

    An interactive introduction to Go in four sections. The first section covers basic syntax and data structures; the second discusses methods and interfaces; the third is about Generics; and the fourth …

  7. Get Started - The Go Programming Language

    In this tutorial, you'll get a brief introduction to Go programming. Along the way, you will install Go, write some simple "Hello, world" code, use the go command to run your code, use the Go package …

  8. Download and install - The Go Programming Language

    Managing Go installations -- How to install multiple versions and uninstall. Installing Go from source -- How to check out the sources, build them on your own machine, and run them.

  9. Tutorial: Get started with Go - The Go Programming Language

    In your Go code, import the rsc.io/quote package and add a call to its Go function. After adding the highlighted lines, your code should include the following:

  10. Go Playground - The Go Programming Language

    The playground uses the latest stable release of Go. The playground service is used by more than just the official Go project (Go by Example is one other instance) and we are happy for you to use it on …