go.dev
Open in
urlscan Pro
216.239.32.21
Public Scan
Submitted URL: http://golang.com/
Effective URL: https://go.dev/
Submission Tags: falconsandbox
Submission: On August 06 via api from US — Scanned from CA
Effective URL: https://go.dev/
Submission Tags: falconsandbox
Submission: On August 06 via api from US — Scanned from CA
Form analysis
0 forms found in the DOMText Content
Skip to Main Content * Why Go arrow_drop_down Press Enter to activate/deactivate dropdown * Case Studies Common problems companies solve with Go * Use Cases Stories about how and why companies use Go * Security How Go can help keep you secure by default * Learn Press Enter to activate/deactivate dropdown * Docs arrow_drop_down Press Enter to activate/deactivate dropdown * Effective Go Tips for writing clear, performant, and idiomatic Go code * Go User Manual A complete introduction to building software with Go * Standard library Reference documentation for Go's standard library * Release Notes Learn what's new in each Go release * Packages Press Enter to activate/deactivate dropdown * Community arrow_drop_down Press Enter to activate/deactivate dropdown * Recorded Talks Videos from prior events * Meetups open_in_new Meet other local Go developers * Conferences open_in_new Learn and network with Go developers from around the world * Go blog The Go project's official blog. * Go project Get help and stay informed from Go * Get connected * Why Go navigate_next navigate_beforeWhy Go * Case Studies * Use Cases * Security * Learn * Docs navigate_next navigate_beforeDocs * Effective Go * Go User Manual * Standard library * Release Notes * Packages * Community navigate_next navigate_beforeCommunity * Recorded Talks * Meetups open_in_new * Conferences open_in_new * Go blog * Go project * Get connected BUILD SIMPLE, SECURE, SCALABLE SYSTEMS WITH GO * An open-source programming language supported by Google * Easy to learn and great for teams * Built-in concurrency and a robust standard library * Large ecosystem of partners, communities, and tools Get Started Download Opens a new window with the Get Started guide. Opens a new window to download Go. Download packages for Windows 64-bit, macOS, Linux, and more The go command by default downloads and authenticates modules using the Go module mirror and Go checksum database run by Google. Learn more. Opens in new window. COMPANIES USING GO Organizations in every industry use Go to power their software and services View all stories * View case study * View case study * View case study * View case study * * * * * * * * * * * * * * * “At the time, no single team member knew Go, but within a month, everyone was writing in Go and we were building out the endpoints. It was the flexibility, how easy it was to use, and the really cool concept behind Go (how Go handles native concurrency, garbage collection, and of course safety+speed.) that helped engage us during the build. Also, who can beat that cute mascot!” — Jaime Enrique Garcia Lopez, Senior Software Development Manager at Capital One * "A small language that compiles fast makes for a happy developer. The Go language is small, compiles really fast, and as a result it lets your mind focus on the actual problem and less on the tool you are using to solve it. Code, test, debug cycles are so quick that you forget you are not working with an interpreted language. Looking at our code, you see less boilerplate and more business logic." — Clayton Coleman, Lead Engineer, Open Shift at RedHat * “Go has excellent characteristics for scalability and services written using it typically have very small memory footprints. Because code is compiled into a single static binary, services can also be containerised with ease, making it much simpler to build and deploy. These attributes make Go an ideal choice for companies building microservices, as you can easily deploy into a highly available and scalable environment such as Kubernetes.” — Matt Boyle, Lead Software Engineer at Curve * "In our tightly managed environments where we run Go code, we have seen a CPU reduction of approximately 10% with cleaner and maintainable code." — Bala Natarajan, Sr. Director of Engineering, Developer Experience at PayPal * "Tooling has always been a problem with our legacy code base... but we have found that Go has excellent tooling, plus built-in testing, benchmarking, and profiling frameworks. It is easy to write efficient and resilient applications. After working on Go, most of our developers don't want to go back to other languages." — Benjamin Cane, Vice President and Principal Engineer at American Express * "...when a programming language is designed for exactly the environment most of us use right now—scalable, cloud-based servers that are optimized for performance—a lot can go right." — John Biggs and Ben Popper, at Stack Overflow navigate_before navigate_next TRY GO Press Esc to move out of the editor. // You can edit this code! // Click here and start typing. package main import "fmt" func main() { fmt.Println("Hello, 世界") } Press Esc to move out of the editor. Hello, 世界 Program exited. Hello, World! Conway's Game of Life Fibonacci Closure Peano Integers Concurrent pi Concurrent Prime Sieve Peg Solitaire Solver Tree Comparison Run Share Tour WHAT’S POSSIBLE WITH GO Use Go for a variety of software development purposes * CLOUD & NETWORK SERVICES With a strong ecosystem of tools and APIs on major cloud providers, it is easier than ever to build services with Go. Popular Packages: * cloud.google.com/go * aws/client * Azure/azure-sdk-for-go Learn More arrow_forward * COMMAND-LINE INTERFACES With popular open source packages and a robust standard library, use Go to create fast and elegant CLIs. Popular Packages: * spf13/cobra * spf13/viper * urfave/cli * delve * chzyer/readline Learn More arrow_forward * WEB DEVELOPMENT With enhanced memory performance and support for several IDEs, Go powers fast and scalable web applications. Popular Packages: * net/http * html/template * flosch/pongo2 * database/sql * elastic/go-elasticsearch Learn More arrow_forward * DEVOPS & SITE RELIABILITY With fast build times, lean syntax, an automatic formatter and doc generator, Go is built to support both DevOps and SRE. Popular Packages: * open-telemetry/opentelemetry-go * istio/istio * urfave/cli Learn More arrow_forward * More use cases arrow_forward GET STARTED WITH GO Explore a wealth of learning resources, including guided journeys, courses, books, and more. Get Started Download Go * Resources to start on your own * Guided learning journeys Step-by-step tutorials to get your feet wet * Online learning Browse resources and learn at your own pace * Featured books Read through structured chapters and theories * Cloud Self-paced labs Jump in to deploying Go apps on GCP * In-Person Trainings * Ardan Labs Offering customized on-site live training classes. * Gopher Guides Customized In-person, remote, and online training classes. Training for Developers by Developers. * Boss Sauce Creative Personalized or track-based Go training for teams. * Shiju Varghese On-site classroom training on Go and consulting on distributed systems architectures, in India. Why Go Use Cases Case Studies Get Started Playground Tour Stack Overflow Help Packages Standard Library About Go Packages About Download Blog Issue Tracker Release Notes Brand Guidelines Code of Conduct Connect Twitter GitHub Slack r/golang Meetup Golang Weekly Opens in new window. * Copyright * Terms of Service * Privacy Policy * Report an Issue * go.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more. Okay