No Operation(no-op, nop, noop)
delete는 builtin 함수로 아래와 같이 나와 있는데 no-op가 궁금해서 찾아봤다. // The delete built-in function deletes the element with the specified key // (m[key]) from the map. If m is nil or there is no such element, delete // is a no-op. func delete(m map[Type]Type1, key Type) Unnecessary guard around call to delete 아래와 같이 map에 key가 있는지 채크하고 있으면 지우는 코드를 짰을 때 그렇게 할 필요 없다고 staticcheck에서 알려준다. sampleMaps := []map[string..
Programming
2022. 1. 11. 11:03
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- QUIC
- Python
- HTTP/2
- inflearn
- no-op
- HTTP/3
- direnv
- database
- go
- buildkit
- 창업
- http
- 원티드
- 위코드
- Complier
- cka
- 덕타이핑
- GitHub
- gitignore
- web_server
- thetextbook
- docker-compose
- Network
- MSA
- Isolate level
- 프리온보딩
- user-agent
- pytest
- Git
- k8s
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함