[PR #60] [CLOSED] Fix imports path #501

Closed
opened 2026-02-27 23:17:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/snail007/goproxy/pull/60
Author: @foxdalas
Created: 4/24/2018
Status: Closed

Base: devHead: fix_imports


📝 Commits (2)

  • 0063a18 Fix imports path
  • 6a307c4 Merge branch 'dev' into fix_imports

📊 Changes

19 files changed (+30 additions, -31 deletions)

View changed files

📝 Godeps/Godeps.json (+1 -1)
📝 config.go (+3 -3)
📝 main.go (+1 -1)
📝 services/args.go (+1 -1)
📝 services/http.go (+2 -2)
📝 services/mux_bridge.go (+1 -1)
📝 services/mux_client.go (+1 -1)
📝 services/mux_server.go (+1 -1)
📝 services/socks.go (+4 -5)
📝 services/sps.go (+3 -3)
📝 services/tcp.go (+1 -1)
📝 services/tunnel_bridge.go (+1 -1)
📝 services/tunnel_client.go (+1 -1)
📝 services/tunnel_server.go (+1 -1)
📝 services/udp.go (+2 -2)
📝 utils/functions.go (+2 -2)
📝 utils/serve-channel.go (+1 -1)
📝 utils/socks/server.go (+1 -1)
📝 utils/structs.go (+2 -2)

📄 Description

Some fixes for simple go build .


🔄 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/snail007/goproxy/pull/60 **Author:** [@foxdalas](https://github.com/foxdalas) **Created:** 4/24/2018 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `fix_imports` --- ### 📝 Commits (2) - [`0063a18`](https://github.com/snail007/goproxy/commit/0063a187924d832963b3968b6d581413023cfd9d) Fix imports path - [`6a307c4`](https://github.com/snail007/goproxy/commit/6a307c4df797ac89484c9a35f0451957e92987d9) Merge branch 'dev' into fix_imports ### 📊 Changes **19 files changed** (+30 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `Godeps/Godeps.json` (+1 -1) 📝 `config.go` (+3 -3) 📝 `main.go` (+1 -1) 📝 `services/args.go` (+1 -1) 📝 `services/http.go` (+2 -2) 📝 `services/mux_bridge.go` (+1 -1) 📝 `services/mux_client.go` (+1 -1) 📝 `services/mux_server.go` (+1 -1) 📝 `services/socks.go` (+4 -5) 📝 `services/sps.go` (+3 -3) 📝 `services/tcp.go` (+1 -1) 📝 `services/tunnel_bridge.go` (+1 -1) 📝 `services/tunnel_client.go` (+1 -1) 📝 `services/tunnel_server.go` (+1 -1) 📝 `services/udp.go` (+2 -2) 📝 `utils/functions.go` (+2 -2) 📝 `utils/serve-channel.go` (+1 -1) 📝 `utils/socks/server.go` (+1 -1) 📝 `utils/structs.go` (+2 -2) </details> ### 📄 Description Some fixes for simple go build . --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 23:17:13 +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/goproxy#501
No description provided.