Logo

dev-resources.site

for different kinds of informations.

Installing Go on Windows 11 in One Command

Published at
11/14/2024
Categories
go
productivity
windows
macos
Author
ashwingopalsamy
Categories
4 categories in total
go
open
productivity
open
windows
open
macos
open
Author
15 person written this
ashwingopalsamy
open
Installing Go on Windows 11 in One Command

Installing Go on Windows 11 in One Command

If you’re setting up Go on Windows 11, it doesn’t get simpler than this:

winget install GoLang.Go
Enter fullscreen mode Exit fullscreen mode

This single command handles everything: downloading, installing, and configuring Go on your system. No manual work, no fiddling with settings—it’s exactly what you need to get started.

Screenshot:
Screenshot

A Few Quick Tips

  1. Run as Admin: Make sure your terminal or PowerShell is opened as an administrator. Without it, Winget won’t complete the install.
  2. Verify Installation: Once it’s done, type go version in the terminal to confirm Go is installed and ready to use. If it doesn’t show up, you might need to manually adjust your PATH (though Winget typically handles this for you).

Wrap-Up

With Go installed in just one line, you’re all set to start coding. Whether you’re building microservices, exploring concurrency with Goroutines, or just testing out a new language, Go’s simplicity will get you up and running fast. Give it a try, and let the code do the talking. Happy coding!

macos Article's
30 articles in total
Favicon
Building a BLE Real-Time macOS Menu Bar App
Favicon
From Core Audio to LLMs: Native macOS Audio Capture for AI-Powered Tools
Favicon
New version for my osxiec project
Favicon
Setting Up NeoVim + LazyVim on My New Mac Mini M4 💻✨
Favicon
Mixing Objective-C and C++ in macOS to Build a Camera-Based Barcode Scanner
Favicon
🚨 Attention Docker Users on Mac 🚨
Favicon
Fixing docker's malware warning on macOS Sequoia
Favicon
🚨 Attention Docker Users on Mac 🚨
Favicon
Developing on MacOS - Best practices
Favicon
How to Transfer PostgreSQL Database from Local to Supabase on macOS
Favicon
Customize iTerm
Favicon
Using Vim Navigation (h, j, k, l) as Arrow Keys on Mac with Karabiner-Elements
Favicon
How to Run Safari Browser without CORS Restriction
Favicon
A python script to uninstall pkg on MacOS
Favicon
Synchronized 变量在不同操作系统的不同行为
Favicon
How to Build a macOS Barcode Scanner App Using SwiftUI and C++ Barcode SDK from Scratch
Favicon
Transform Your Terminal with eza: The Upgrade ls Deserved
Favicon
The Ultimate Hack to Simplify Ctrl and Cmd Shortcuts Between Windows and Mac
Favicon
อัพเดทเวอร์ชั่น Container runtime Colima
Favicon
Resolving MongoDB Error When Starting with Homebrew on macOS
Favicon
Allowing any app on macOS
Favicon
Installing Go on Windows 11 in One Command
Favicon
How to Run Google Chrome without CORS Error
Favicon
Hot Keys on Mac
Favicon
Must-have apps and services in 2024
Favicon
App Permissions on macOS Sequoia
Favicon
Proxy macOS traffic + spoofDPI of direct connections
Favicon
Hacking WKWebview and WebContainers // or WebContainers are we there yet?
Favicon
How to Fix MySQL Not Running on macOS Sequoia 15.0
Favicon
How to Set Up MySQL to Autostart on macOS: A Step-by-Step Guide for Developers

Featured ones: