Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
cube2222
on Feb 4, 2022
|
parent
|
context
|
favorite
| on:
What I'd like to see in Go 2.0
I've been doing forks of modules and using replace to use them in my code base extensively. I had 0 problems, it works marvelously.
If you're doing some kind of global find/replace on fork, then something's definitely not right.
lanstin
on Feb 4, 2022
|
next
[–]
Yeah it works fine. It also allows local co-development of the module and its user without waiting for new versions to be noticed
jatone
on Feb 4, 2022
|
prev
[–]
yes that is one approach. it shouldn't be necessary.
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
If you're doing some kind of global find/replace on fork, then something's definitely not right.