mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 00:15:51 +03:00
[GH-ISSUE #413] unable to build goproxy #322
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#322
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?
Originally created by @spykermj on GitHub (Dec 30, 2020).
Original GitHub issue: https://github.com/snail007/goproxy/issues/413
Expected Behavior
I would expect an open source project to provide a documented build process
Current Behavior
The only files in the repository that mention building (in Enlish anyway) pull a pre-built image from a web site instead of using golang to build the project
Possible Solution
Steps to Reproduce
go get -d proxyfrom the go root src directoryContext (Environment)
command-line-arguments
go build main.go
./main.go:15:9: undefined: initConfig
./main.go:19:9: undefined: service
Detailed Description
I propose that a repeatable build process should be provided
@shinvdu commented on GitHub (Jan 14, 2021):
I have the same issue too.
···
silas@myhost goproxy-10.2 % go build main.go
main.go:8:2: cannot find package "proxy/services" in any of:
/usr/local/go/src/proxy/services (from $GOROOT)
/home/silas/go/src/proxy/services (from $GOPATH)
silas@silas-ThinkPad-L460 goproxy-10.2 %
···
我想说是, 即然, 都开源了, 为什么不能让他好好build成功呢,让大家可以在上面修改, 加更多的功能, 才是开源的本质。
最后, 很感谢作者的开源软件。
@TonyRL commented on GitHub (Jan 14, 2021):
@spykermj There's one critical part missing if you compare the README with README_ZH.
https://github.com/snail007/goproxy/blob/master/README_ZH.md#源代码申明
A simple Google Translate
TL;DR version
This repo contains outdated source but updated binary, docs, etc.
@spykermj commented on GitHub (Jan 14, 2021):
OK, my Chinese language skills aren't so good. It sounds like this is no longer an open source project.