[PR #80] [MERGED] Add golang and nodejs examples #322

Closed
opened 2026-03-03 12:29:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/80
Author: @zigius
Created: 9/19/2019
Status: Merged
Merged: 10/8/2019
Merged by: @fsouza

Base: masterHead: master


📝 Commits (5)

📊 Changes

6 files changed (+937 additions, -0 deletions)

View changed files

examples/go/go.mod (+8 -0)
examples/go/go.sum (+114 -0)
examples/go/main.go (+54 -0)
examples/node/index.js (+21 -0)
examples/node/package-lock.json (+726 -0)
examples/node/package.json (+14 -0)

📄 Description

No description provided


🔄 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/fsouza/fake-gcs-server/pull/80 **Author:** [@zigius](https://github.com/zigius) **Created:** 9/19/2019 **Status:** ✅ Merged **Merged:** 10/8/2019 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`6f7ab6c`](https://github.com/fsouza/fake-gcs-server/commit/6f7ab6c30e912e40eaf85f37fcd2a93481c6c947) Add golang example - [`e692321`](https://github.com/fsouza/fake-gcs-server/commit/e692321cb50853812d13562fbb3d4c31cb95098b) Build using go modules - [`17c60cf`](https://github.com/fsouza/fake-gcs-server/commit/17c60cfd39cd3238421e266a0f2cc8685199dc39) Add nodejs example - [`62c4826`](https://github.com/fsouza/fake-gcs-server/commit/62c4826e74cdd9f97fd9cd79969387f9c75afabc) Fix imports and go example folder name - [`41bddcb`](https://github.com/fsouza/fake-gcs-server/commit/41bddcbae2173fa2e4a229d6f9105a475d9a1d3f) Remove unused deps ### 📊 Changes **6 files changed** (+937 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/go/go.mod` (+8 -0) ➕ `examples/go/go.sum` (+114 -0) ➕ `examples/go/main.go` (+54 -0) ➕ `examples/node/index.js` (+21 -0) ➕ `examples/node/package-lock.json` (+726 -0) ➕ `examples/node/package.json` (+14 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:29:28 +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/fake-gcs-server#322
No description provided.