Cb-tumblebug: Hide some contents in Readme.md

Created on 9 Oct 2021  ยท  7Comments  ยท  Source: cloud-barista/cb-tumblebug

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>
enhancement good first issue Hacktoberfest

All 7 comments

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.

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

Was this page helpful?
0 / 5 - 0 ratings