Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Speed GoNew to Visual Studio Code? Get it now.
Speed Go

Speed Go

Pixel person

|
18 installs
| (0) | Free
vs code extension to build api faster in go
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Speed Go

Speed Go is a Visual Studio Code extension that helps you quickly generate boilerplate code for your Go APIs.

Features

  • Generate boilerplate code for your Go APIs
  • Supports generating code for the following HTTP methods: GET, POST, PUT, DELETE, PATCH
  • Supports generating code for the following database operations: SELECT, INSERT, UPDATE, DELETE
  • Supports generating code for the following data structures: structs, interfaces, enums
  • Supports generating code for the following dependencies: Gin, Gorm, SQLC

Usage

  1. Right click on internal folder and you'll see option sGo : Create API , click on that
  2. Select the HTTP method you want to generate code for.
  3. Enter the name of the endpoint you want to generate
  4. Select the database table name operation you want to generate code for.

Configuration

You can configure the extension by creating a speedgo.json file in your workspace root. The file should contain the following JSON object:

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft