mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 00:15:51 +03:00
[PR #60] [CLOSED] Fix imports path #501
Labels
No labels
TODO
bug
duplicate
enhancement
good first issue
help wanted
helpful
invalid
need-confirm
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/goproxy#501
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/snail007/goproxy/pull/60
Author: @foxdalas
Created: 4/24/2018
Status: ❌ Closed
Base:
dev← Head:fix_imports📝 Commits (2)
0063a18Fix imports path6a307c4Merge 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.