A Visual Studio Code extension to streamline packaging of Go projects. Bundle your Go source into a single distributable file with one click.

Features
-
One-Click Packaging
Run your Go build and package commands right from the Command Palette. -
Customizable Build Tasks
Define your owngo buildflags and output path in your workspace settings. -
Integrated Status & Logs
See build progress, errors, and success notifications inline. -
Multi-Platform Support
Automatically detect and target Windows, macOS, and Linux binaries.
Installation
- Open the Extensions sidebar in VS Code (
Ctrl+Shift+X/⌘+Shift+X). - Search for “Go Package Integrator”.
- Click Install.
Or download the .vsix and run:
code --install-extension go-packager-0.0.1.vsix
How to Run
- Open the Command Palette with
Ctrl+Shift+P(Windows/Linux) or⌘+Shift+P(macOS). - Type
Go Package Installand select the command. - Enter a Go package keyword when prompted.
- Choose a Go package from the list.
- Select either
Install packageto install the selected package orOpen on pkg.go.devto view it in your browser. - Choose the desired package version.
Notes
- This extension works with Go package keywords and automatically finds package versions.
- If no package is found, you will be shown an error message.