[PR #1215] [MERGED] Add: native Go codegen #3142

Closed
opened 2026-03-17 00:47:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1215
Author: @saswatamcode
Created: 10/3/2020
Status: Merged
Merged: 10/3/2020
Merged by: @liyasthomas

Base: masterHead: add-go-codegen


📝 Commits (1)

  • 149729c Add native Golang codegen

📊 Changes

2 files changed (+74 additions, -1 deletions)

View changed files

📝 helpers/codegen/codegen.js (+2 -1)
helpers/codegen/generators/go-native.js (+72 -0)

📄 Description

Summary

This PR adds codegen for requests in native Go using packages net/http and net/url. Would love feedback on this

Files Changed/Added

  • helpers/codegen/codegen.js changed
  • helpers/codegen/generators/go-native.js added

#1190


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/1215 **Author:** [@saswatamcode](https://github.com/saswatamcode) **Created:** 10/3/2020 **Status:** ✅ Merged **Merged:** 10/3/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `add-go-codegen` --- ### 📝 Commits (1) - [`149729c`](https://github.com/hoppscotch/hoppscotch/commit/149729ccb9045bd326751832177fbc96a9c1b6cf) Add native Golang codegen ### 📊 Changes **2 files changed** (+74 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `helpers/codegen/codegen.js` (+2 -1) ➕ `helpers/codegen/generators/go-native.js` (+72 -0) </details> ### 📄 Description ## Summary This PR adds codegen for requests in native Go using packages `net/http` and `net/url`. Would love feedback on this ## Files Changed/Added - `helpers/codegen/codegen.js` changed - `helpers/codegen/generators/go-native.js` added ## Related Issues #1190 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:47:05 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#3142
No description provided.