|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="ko"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover"> |
| 6 | + |
| 7 | + <meta name="giscus:backlink" content="https://chebread.github.io/post/tgpl-카테고리-소개"> |
| 8 | + |
| 9 | + <title>TGPL 카테고리 소개 | 차한음 블로그</title> |
| 10 | + <meta name="description" content="TGPL 카테고리는 『Donovan, A. A. A., & Kernighan, B. W. (2015). The Go programming language. Addison-Wesle..."> |
| 11 | + <meta name="author" content="차한음"> |
| 12 | + <link rel="canonical" href="https://chebread.github.io/"> |
| 13 | + |
| 14 | + <meta property="og:title" content="TGPL 카테고리 소개 | 차한음 블로그"> |
| 15 | + <meta property="og:description" content="TGPL 카테고리는 『Donovan, A. A. A., & Kernighan, B. W. (2015). The Go programming language. Addison-Wesle..."> |
| 16 | + <meta property="og:type" content="article"> |
| 17 | + <meta property="og:url" content="https://chebread.github.io/post/tgpl-카테고리-소개"> |
| 18 | + <meta property="og:site_name" content="차한음 블로그"> |
| 19 | + |
| 20 | + <meta name="twitter:card" content="summary_large_image"> |
| 21 | + <meta name="twitter:title" content="TGPL 카테고리 소개 | 차한음 블로그"> |
| 22 | + <meta name="twitter:description" content="TGPL 카테고리는 『Donovan, A. A. A., & Kernighan, B. W. (2015). The Go programming language. Addison-Wesle..."> |
| 23 | + |
| 24 | + <script type="application/ld+json"> |
| 25 | + { |
| 26 | + "@context": "https://schema.org", |
| 27 | + "@type": "BlogPosting", |
| 28 | + "headline": "TGPL 카테고리 소개 | 차한음 블로그", |
| 29 | + "author": { |
| 30 | + "@type": "Person", |
| 31 | + "name": "차한음" |
| 32 | + }, |
| 33 | + "publisher": { |
| 34 | + "@type": "Organization", |
| 35 | + "name": "차한음", |
| 36 | + }, |
| 37 | + "datePublished": "2026-04-26", |
| 38 | + "description": "TGPL 카테고리는 『Donovan, A. A. A., \u0026 Kernighan, B. W. (2015). The Go programming language. Addison-Wesle..." |
| 39 | + } |
| 40 | + </script> |
| 41 | + |
| 42 | + <link rel="stylesheet" href="/styles/reset.css" /> |
| 43 | + <link rel="stylesheet" href="/styles/layout.css" /> |
| 44 | + <link rel="stylesheet" href="/styles/color-palette.css"> |
| 45 | + <link rel="stylesheet" href="/styles/chroma.css"> |
| 46 | + |
| 47 | + <link rel="stylesheet" href="/styles/github-markdown.css"> |
| 48 | + <link rel="stylesheet" href="/styles/post.css"> |
| 49 | + |
| 50 | + <link rel="icon" href="/favicons/favicon.ico" sizes="any"> |
| 51 | + <link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png"> |
| 52 | + <link rel="apple-touch-icon" href="/favicons/apple-touch-icon.png"> |
| 53 | +</head> |
| 54 | +<body> |
| 55 | + <div class="root"> |
| 56 | + <div class="post"> |
| 57 | + <nav class="post-nav"> |
| 58 | + <a href="/" class=""> |
| 59 | + <span>홈</span> |
| 60 | + </a> |
| 61 | + <a href="/about" class=""> |
| 62 | + <span>어바웃</span> |
| 63 | + </a> |
| 64 | + <a href="/posts" class="active"> |
| 65 | + <span>포스트</span> |
| 66 | + </a> |
| 67 | + </nav> |
| 68 | + |
| 69 | + <main class="post-content"> |
| 70 | + <header class="post-header"> |
| 71 | + <h1 class="post-title">TGPL 카테고리 소개</h1> |
| 72 | + <p class="post-date"><time datetime="2026-04-26">2026년 04월 26일</time></p> |
| 73 | + <p class="post-category"><a href="/posts/tgpl">[TGPL]</a></p> |
| 74 | + </header> |
| 75 | + <div class="post-body"> |
| 76 | + <article class="markdown-body"><img src="https://www.gopl.io/cover.png" width="300"> |
| 77 | +<p><a href="/posts/tgpl">TGPL</a> 카테고리는 <a href="https://www.gopl.io/">『Donovan, A. A. A., & Kernighan, B. W. (2015). The Go programming language. Addison-Wesley Professional.』</a>를 정리한 포스팅으로 구성되어 있습니다.</p> |
| 78 | +<p>Go 언어를 공부하시는 많은 분들께 도움이 되길 바랍니다.</p> |
| 79 | +</article> |
| 80 | + </div> |
| 81 | + <section class="post-comments"> |
| 82 | + <script src="https://giscus.app/client.js" |
| 83 | + data-repo="chebread/chebread.github.io" |
| 84 | + data-repo-id="R_kgDOP0JptQ" |
| 85 | + data-category="Announcements" |
| 86 | + data-category-id="DIC_kwDOP0Jptc4CwG8I" |
| 87 | + data-mapping="title" |
| 88 | + data-strict="0" |
| 89 | + data-reactions-enabled="1" |
| 90 | + data-emit-metadata="0" |
| 91 | + data-input-position="top" |
| 92 | + data-theme="light" |
| 93 | + data-lang="ko" |
| 94 | + crossorigin="anonymous" |
| 95 | + async> |
| 96 | + </script> |
| 97 | + </section> |
| 98 | + </main> |
| 99 | + |
| 100 | + <footer class="post-footer"> |
| 101 | + <section> |
| 102 | + <p>© 2025-2026 Cha Haneum</p> |
| 103 | + </section> |
| 104 | + <section> |
| 105 | + <a href="https://github.com/chebread"> |
| 106 | + <span>깃허브</span> |
| 107 | + </a> |
| 108 | + <a href="mailto:chahaneum@chebread.com"> |
| 109 | + <span>이메일</span> |
| 110 | + </a> |
| 111 | + </section> |
| 112 | + </footer> |
| 113 | + </div> |
| 114 | + </div> |
| 115 | + |
| 116 | + <script src="/js/main.js"></script> |
| 117 | +</body> |
| 118 | +</html> |
0 commit comments