_content/index.md
{{$canShare := not googleCN}}
<section class="Hero bluebg"> <div class="Hero-gridContainer"> <div class="Hero-blurb"> <h1>Build simple, secure, scalable systems with Go</h1> <ul class="Hero-blurbList"> <li> <svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M10.8519 0.52594L3.89189 7.10404L1.14811 4.51081L0 5.59592L3.89189 9.27426L12 1.61105L10.8519 0.52594Z" fill="white" fill-opacity="0.87"> </svg> An open-source programming language supported by Google </li> <li> <svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M10.8519 0.52594L3.89189 7.10404L1.14811 4.51081L0 5.59592L3.89189 9.27426L12 1.61105L10.8519 0.52594Z" fill="white" fill-opacity="0.87"> </svg> Easy to learn and great for teams </li> <li> <svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M10.8519 0.52594L3.89189 7.10404L1.14811 4.51081L0 5.59592L3.89189 9.27426L12 1.61105L10.8519 0.52594Z" fill="white" fill-opacity="0.87"> </svg> Built-in concurrency and a robust standard library </li> <li> <svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M10.8519 0.52594L3.89189 7.10404L1.14811 4.51081L0 5.59592L3.89189 9.27426L12 1.61105L10.8519 0.52594Z" fill="white" fill-opacity="0.87"> </svg> Large ecosystem of partners, communities, and tools </li> </ul> </div> <div class="Hero-actions"> <div data-version="" class="js-latestGoVersion"> <a class="Primary" href="/learn/" aria-label="Get Started" aria-describedby="getStarted-description" role="button">Get Started</a> <a class="Secondary js-downloadBtn" href="/dl" aria-label="Download" aria-describedby="download-description" role="button">Download</a> <div class="screen-reader-only" id="getStarted-description" hidden> Opens a new window with the Get Started guide. </div> <div class="screen-reader-only" id="download-description" hidden> Opens a new window to download Go. </div> </div> <div class="Hero-footnote"> <p> Download packages for <a class="js-downloadWin">Windows 64-bit</a>, <a class="js-downloadMac">macOS</a>, <a class="js-downloadLinux">Linux</a>, and <a href="/dl/" aria-describedby="newwindow-description">more</a> </p> <p> The <code>go</code> command by default downloads and authenticates modules using the Go module mirror and Go checksum database run by Google. <a href="/dl" aria-describedby="newwindow-description">Learn more.</a> </p> </div> </div> <div class="screen-reader-only" id="newwindow-description" hidden> Opens in new window. </div> <div class="Hero-gopher"></div>
</a>
</li>
{{- end}}
{{- else}}
<li class="WhoUsesCaseStudyList-caseStudy">
<a href="{{.URL}}" aria-label="View CaseStudy of {{.company}}, (opens in new window)" class="WhoUsesCaseStudyList-caseStudyLink">
<p>View case study</p>
</a>
</li>
{{- end}}
{{- end}}
{{- end}}
</ul>
</div>
<div class="WhyGo-reasonText">
<h3 class="WhyGo-reasonTitle">{{.title}}</h3>
<p>
{{.description}}
</p>
</div>
</div>
<div class="WhyGo-reasonFooter">
<div class="WhyGo-reasonPackages">
<div class="WhyGo-reasonPackagesHeader">
Popular Packages:
</div>
<ul class="WhyGo-reasonPackagesList">
{{- range .packages }}
<li class="WhyGo-reasonPackage">
<a class="WhyGo-reasonLink" href="{{.url}}" target="_blank" rel="noopener">
{{.title}}
</a>
</li>
{{- end}}
</ul>
</div>
<div class="WhyGo-reasonLearnMoreLink">
<a href="{{.link}}" aria-describedby="newwindow-description">Learn More
<i class="material-icons WhyGo-forwardArrowIcon" aria-hidden="true">arrow_forward</i></a>
</div>
</div>
</li>
{{- end}}
{{- if gt (len (data "resources.yaml")) 3}}
<li class="WhyGo-reason">
<div class="WhyGo-reasonShowMore">
<div class="WhyGo-reasonShowMoreImgWrapper">
</div>
<div class="WhyGo-reasonShowMoreLink">
<a href="/solutions/use-cases" aria-describedby="newwindow-description">More use cases
<i class="material-icons
WhyGo-forwardArrowIcon" aria-hidden="true">arrow_forward</i></a>
</div>
</div>
</li>
{{- end}}
</ul>