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