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
- buildkit
- Python
- 위코드
- 창업
- docker-compose
- pytest
- 덕타이핑
- user-agent
- MSA
- inflearn
- direnv
- database
- Network
- web_server
- 프리온보딩
- 원티드
- k8s
- Isolate level
- go
- thetextbook
- cka
- GitHub
- no-op
- Complier
- QUIC
- gitignore
- HTTP/2
- http
- HTTP/3
- Git
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함