What would you like to be enhanced
Why is this needed
: Enhance readability
Proposed solution
Change the following part
์๋ ค์ง ์๋ฌ ๋ฐ ํด๊ฒฐ ๋ฐฉ๋ฒ
panic: /debug/requests is already registered. You may have two independent copies of golang.org/x/net/trace in your binary, trying to maintain separate state. This may involve a vendored copy of golang.org/x/net/trace.์๋ฌ ๋ฐ์ ์, ๋ค์์ ์คํํ์ฌ ํด๊ฒฐ
rm -rf $GOPATH/src/go.etcd.io/etcd/vendor/golang.org/x/net/trace make
to
์๋ ค์ง ์๋ฌ ๋ฐ ํด๊ฒฐ ๋ฐฉ๋ฒ
golang.org/x/net/trace ๊ด๋ จ ์๋ฌ ๋ฐ ํด๊ฒฐ ๋ฐฉ๋ฒ
panic: /debug/requests is already registered. You may have two independent copies of golang.org/x/net/trace in your binary, trying to maintain separate state. This may involve a vendored copy of golang.org/x/net/trace.ํด๊ฒฐ ๋ฐฉ๋ฒ: ๋ค์์ ์คํํ์ฌ ์ค๋ณต๋ ํ์ผ ์ ๋ฆฌ
rm -rf $GOPATH/src/go.etcd.io/etcd/vendor/golang.org/x/net/trace make
by using <details>
The suggested source looks like this,
<details>
<summary>์๋ ค์ง ์๋ฌ ๋ฐ ํด๊ฒฐ ๋ฐฉ๋ฒ</summary>
- golang.org/x/net/trace ๊ด๋ จ ์๋ฌ ๋ฐ ํด๊ฒฐ ๋ฐฉ๋ฒ
\```
panic: /debug/requests is already registered.
You may have two independent copies of golang.org/x/net/trace in your binary,
trying to maintain separate state.
This may involve a vendored copy of golang.org/x/net/trace.
\```
ํด๊ฒฐ ๋ฐฉ๋ฒ: ๋ค์์ ์คํํ์ฌ ์ค๋ณต๋ ํ์ผ ์ ๋ฆฌ
\```bash
rm -rf $GOPATH/src/go.etcd.io/etcd/vendor/golang.org/x/net/trace
make
\```
</details>
I will try to solve this issue along with the English README.md
Thank you
can you assign it to me
@ChobobDev Could you handle this issue only for https://github.com/cloud-barista/cb-tumblebug/blob/main/i18n/README-EN.md (English Readme) ?
I'd like to assign this issue (for handling https://github.com/cloud-barista/cb-tumblebug/blob/main/README.md which is Korean Readme) to new contributor @saadfareed
@saadfareed Thank you for the interest on this project !
This issue is to update Korean readme. However, you don't need to know Korean context to resolve this issue. So, I think you can work on this ~
Let me assign you ~ ! If you face any difficulty, let us know.
/assign @saadfareed
For https://github.com/cloud-barista/cb-tumblebug/blob/main/README.md
/assign @ChobobDev
for https://github.com/cloud-barista/cb-tumblebug/blob/main/i18n/README-EN.md
Hi @saadfareed
Are you working on this issue ?
I just want to check everything regarding this issue is going well :)
@ChobobDev Could you handle this issue only for https://github.com/cloud-barista/cb-tumblebug/blob/main/i18n/README-EN.md (English Readme) ?
I'd like to assign this issue (for handling https://github.com/cloud-barista/cb-tumblebug/blob/main/README.md which is Korean Readme) to new contributor @saadfareed
@saadfareed Thank you for the interest on this project ! This issue is to update Korean readme. However, you don't need to know Korean context to resolve this issue. So, I think you can work on this ~
Let me assign you ~ ! If you face any difficulty, let us know.
yes I am it's going great and will update soon