{"id":3846,"date":"2023-07-11T20:43:21","date_gmt":"2023-07-11T11:43:21","guid":{"rendered":"https:\/\/dennie.tokyo\/it\/?p=3846"},"modified":"2023-07-11T20:47:34","modified_gmt":"2023-07-11T11:47:34","slug":"%e3%80%90go%e3%80%91%e9%96%a2%e6%95%b0%e3%81%af%e5%80%a4","status":"publish","type":"post","link":"https:\/\/dennie.tokyo\/it\/?p=3846","title":{"rendered":"\u3010Go\u3011\u95a2\u6570\u306f\u5024"},"content":{"rendered":"\n<p>\u95a2\u6570\u306f\u5024\u3067\u3059\u3002\u5909\u6570\u306b\u4ee3\u5165\u3059\u308b\u4e8b\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<!--more-->\n\n\n\n<h1 class=\"wp-block-heading\">\u57fa\u672c<\/h1>\n\n\n\n<p>\u95a2\u6570\u3092\u5909\u6570\u306b\u4ee3\u5165\u3057\u3066\u4f7f\u7528\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-plain\"><code>package main\n\nimport (\n\t&quot;fmt&quot;\n)\n\nfunc main() {\n\tres := addition\n\tfmt.Println(res(1, 1)) \/\/ 2 \u304c\u8868\u793a\u3055\u308c\u308b\n}\n\n\/\/ \u8db3\u3057\u7b97\nfunc addition(arg1 int, arg2 int) int {\n\treturn arg1 + arg2\n}\n<\/code><\/pre><\/div>\n\n\n\n<h1 class=\"wp-block-heading\">\u7121\u540d\u95a2\u6570<\/h1>\n\n\n\n<p>\u5909\u6570\u306b\u7121\u540d\u95a2\u6570\u3092\u4ee3\u5165\u3057\u3066\u4f7f\u7528\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-plain\"><code>package main\n\nimport (\n\t&quot;fmt&quot;\n)\n\nfunc main() {\n\tres := func(arg1, arg2 int) int {\n\t\treturn arg1 + arg2\n\t}\n\tfmt.Println(res(1, 1)) \/\/ 2 \u304c\u8868\u793a\u3055\u308c\u308b\n}\n<\/code><\/pre><\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u95a2\u6570\u306f\u5024\u3067\u3059\u3002\u5909\u6570\u306b\u4ee3\u5165\u3059\u308b\u4e8b\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n","protected":false},"author":1,"featured_media":5,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[33],"tags":[],"class_list":["post-3846","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-go"],"_links":{"self":[{"href":"https:\/\/dennie.tokyo\/it\/index.php?rest_route=\/wp\/v2\/posts\/3846","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dennie.tokyo\/it\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dennie.tokyo\/it\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dennie.tokyo\/it\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dennie.tokyo\/it\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3846"}],"version-history":[{"count":3,"href":"https:\/\/dennie.tokyo\/it\/index.php?rest_route=\/wp\/v2\/posts\/3846\/revisions"}],"predecessor-version":[{"id":3849,"href":"https:\/\/dennie.tokyo\/it\/index.php?rest_route=\/wp\/v2\/posts\/3846\/revisions\/3849"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/dennie.tokyo\/it\/index.php?rest_route=\/wp\/v2\/media\/5"}],"wp:attachment":[{"href":"https:\/\/dennie.tokyo\/it\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3846"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dennie.tokyo\/it\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3846"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dennie.tokyo\/it\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3846"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}