Skip to content

Commit b444fe0

Browse files
committed
update
1 parent d09dd16 commit b444fe0

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

_posts/2023/06/2023-06-24-swift-macro-legacy-hide-code.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,4 +314,15 @@ public struct SomeResponse {
314314
extension SomeResponse : JSONResponse {}
315315
```
316316

317-
위의 코드는 [GitHub](https://github.com/minsOne/Experiment-Repo/tree/master/20230622-ResponseMacros)에서 확인하실 수 있습니다.
317+
위의 코드는 [GitHub](https://github.com/minsOne/Experiment-Repo/tree/master/20230622-ResponseMacros)에서 확인하실 수 있습니다.
318+
319+
## 참고자료
320+
321+
* WWDC23
322+
* [Expand on Swift macros](https://developer.apple.com/videos/play/wwdc2023/10167/)
323+
* [Write Swift macros](https://developer.apple.com/videos/play/wwdc2023/10166/)
324+
325+
* GitHub
326+
* [DougGregor/swift-macro-examples](https://github.com/DougGregor/swift-macro-examples)
327+
328+
* [Swift AST Explorer](https://swift-ast-explorer.com/)

0 commit comments

Comments
 (0)