Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

577

Downloads of v 2.004:

110

Last Update:

20 Mar 2021

Package Maintainer(s):

Software Author(s):

  • Bigelow & Holmes Inc.

Tags:

proportional sans-serif monospaced slab-serif font go go-fonts

Go Fonts

This is not the latest version of Go Fonts available.

  • 1
  • 2
  • 3

2.004 | Updated: 20 Mar 2021

Downloads:

577

Downloads of v 2.004:

110

Maintainer(s):

Software Author(s):

  • Bigelow & Holmes Inc.

Go Fonts 2.004

This is not the latest version of Go Fonts available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Go Fonts, run the following command from the command line or from PowerShell:

>

To upgrade Go Fonts, run the following command from the command line or from PowerShell:

>

To uninstall Go Fonts, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade go-fonts -y --source="'INTERNAL REPO URL'" --version="'2.004'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade go-fonts -y --source="'INTERNAL REPO URL'" --version="'2.004'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install go-fonts
  win_chocolatey:
    name: go-fonts
    version: '2.004'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'go-fonts' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '2.004'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller go-fonts
{
    Name     = "go-fonts"
    Version  = "2.004"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'go-fonts':
  ensure   => '2.004',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved by moderator TheCakeIsNaOH on 22 Mar 2021.

Description

The Go font family includes proportional and fixed-width faces in normal, bold, and italic renderings.

The fonts have been tested for technical uses, particularly programming. Go source code looks particularly good when
displayed in Go fonts, as its name implies, with things like punctuation characters easily distinguishable and
operators lined up and placed consistently.

Features

  • Provides 2 sets - Go Proportional, which is sans-serif, and Go Mono, which is slab-serif
  • Conforms to the DIN 1450 legibility standard
  • Offers the WGL4 character set
  • Go proportional fonts are nearly metrically compatible with standard Helvetica or Arial characters
  • Go fixed-width fonts are metrically compatible with Courier and other monospaced fonts that match the "Pica"
    typewriter type widths of 10 characters per linear inch at 12 point

screenshot

Notes

  • This package is manually updated.
  • If the package does not represent the latest version please contact the maintainer(s) and let them know the package requires updating.

legal\LICENSE.txt
Copyright (c) 2016 Bigelow & Holmes Inc.. All rights reserved.

Distribution of this font is governed by the following license. If you do not
agree to this license, including the disclaimer, do not distribute or modify
this font.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

	* Redistributions of source code must retain the above copyright notice,
	  this list of conditions and the following disclaimer.

	* Redistributions in binary form must reproduce the above copyright notice,
	  this list of conditions and the following disclaimer in the documentation
	  and/or other materials provided with the distribution.

	* Neither the name of Google Inc. nor the names of its contributors may be
	  used to endorse or promote products derived from this software without
	  specific prior written permission.

DISCLAIMER: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
legal\VERIFICATION.txt
VERIFICATION

Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The fonts have been downloaded from the official distribution and can
be verified by:

1. Clone the version control repository and reset the contents to the commit id b7f8df6bc082334698d4505fb85fa05e99156b72

  git clone https://go.googlesource.com/image/
  git reset --hard b7f8df6bc082334698d4505fb85fa05e99156b72

Alternatively the fonts archive can be downloaded directly from

  https://go.googlesource.com/image/+archive/b7f8df6bc082334698d4505fb85fa05e99156b72/font/gofont/ttfs.tar.gz

2. The fonts can be validated by comparing checksums of the cloned repository in the directory .\image\font\gofont\ttfs
   or the contents of the image-b7f8df6bc082334698d4505fb85fa05e99156b72-font-gofont-ttfs.tar.gz archive

  - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 [filename]
  - Use chocolatey utility 'checksum.exe'  - checksum -t sha256 -f [filename]

  File:     Go-Bold.ttf
  Type:     sha256
  Checksum: 08BD7247CA7807ED101E844ED7B663B51BC3470351AC9BAEF6ED906AAFCF7497

  File:     Go-Bold-Italic.ttf
  Type:     sha256
  Checksum: 54317F92767EB67F842238479996D99AE69358277AB51B2CDD701C7834715820

  File:     Go-Italic.ttf
  Type:     sha256
  Checksum: A5F0C4CD287E59AA1966852E01B93D1076709B3581D0EBEBE26107E239C00B40

  File:     Go-Medium.ttf
  Type:     sha256
  Checksum: 1C7442895C518888D6D3FC0B9ACA2DB9268F3ACF4CAE9F87D4D977ACDEDAE68C

  File:     Go-Medium-Italic.ttf
  Type:     sha256
  Checksum: 950A3AED1848A3382AEB50DEFBCF14209A3B141F14FAC1F03BA3ABEE1DEECC34

  File:     Go-Mono.ttf
  Type:     sha256
  Checksum: B219CB3AE5214941BFB95A5B9A0AF769D2EA1986DF6CDD48F09F821EF0616BFC

  File:     Go-Mono-Bold.ttf
  Type:     sha256
  Checksum: 0731484182480165D26A0E61648E6DB8F006ABB8129E2F9D4AC75A6E919E67E7

  File:     Go-Mono-Bold-Italic.ttf
  Type:     sha256
  Checksum: E78BA223CF1D1744A8EE58E23D4A28E88EA9E6EBD5C8E9244DA0D32DBA3F1D0F

  File:     Go-Mono-Italic.ttf
  Type:     sha256
  Checksum: 50557B8C54E5A70D5D1D458349E28FC671A069A1712BE80A54833D59238F8124

  File:     Go-Regular.ttf
  Type:     sha256
  Checksum: 4BB829593136416C6A39ECDC45482E052F75AC374E6459B9AF68D4FBA279396C

Contents of file LICENSE.txt is obtained from https://go.googlesource.com/image/+/b7f8df6bc082334698d4505fb85fa05e99156b72/font/gofont/ttfs/README
tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop'

$toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition

Install-ChocolateyFont $toolsDir -multiple | Out-Null
tools\chocolateyUninstall.ps1
$ErrorActionPreference = 'Stop'

$toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition

$files = Get-ChildItem $toolsDir -include *.ttf -recurse

foreach ($file in $files) {
  Uninstall-ChocolateyFont $file.Name | Out-Null
}
tools\Go-Bold-Italic.ttf
md5: A6881CB89CB6E3412005245B6FE2E5ED | sha1: 7CD4DD54132E6EFC5E7137912DB872571DF2989F | sha256: 54317F92767EB67F842238479996D99AE69358277AB51B2CDD701C7834715820 | sha512: 14A2925AE8B7E504EE935F500E9BA58EC069FCDD23CE5AA0D9296F3DC7CF9E60D8C4317AD7C1B8273957891D07C28E06C1307304C16EDEE08DE401FDADC28B21
tools\Go-Bold.ttf
md5: D87A523CEB3A3BC5DDA76C21432E13C5 | sha1: 076CA606D57034D65662B788085A057C0187D653 | sha256: 08BD7247CA7807ED101E844ED7B663B51BC3470351AC9BAEF6ED906AAFCF7497 | sha512: 1822F398A8DC6A39578C6CB644CF691BD7F75E4B536195A80F97972A7A6E63D37700282FFED1CA6BDCBC5AD9E30BF8A19B09B5AEACEC9F1777B3CE3EE26F4607
tools\Go-Italic.ttf
md5: C0BBE11EE978E200555A7BED423C13F9 | sha1: ED2E4BFF54912EAE2F1CF8B16DE951164C9FA98D | sha256: A5F0C4CD287E59AA1966852E01B93D1076709B3581D0EBEBE26107E239C00B40 | sha512: 02BED12459FE3215BFBD036827683BFDA77067727845A09974254A143E91714CAD8AD87FB486792B434DA836ED6881B0A5231165318009D39A1CAA55970F6C07
tools\Go-Medium-Italic.ttf
md5: 3767694DE6FD7F028032C24A9FC06ABB | sha1: 98ED3416A1AF7B1204D1873BA6FE457504F747F3 | sha256: 950A3AED1848A3382AEB50DEFBCF14209A3B141F14FAC1F03BA3ABEE1DEECC34 | sha512: 792728DCCB0F4C7B3B30227F482D376575C88C6AA40BB03C22DAEF8A0BDE05C57EC411F004E921E9171EFA6A1010E42198238AD62ACB05A9EE832E520BD1207D
tools\Go-Medium.ttf
md5: 200A537C2F1EC036FAF66BDA1074A98F | sha1: A50CA0E3BBD42F49B64C6BB2BF434431AD79801D | sha256: 1C7442895C518888D6D3FC0B9ACA2DB9268F3ACF4CAE9F87D4D977ACDEDAE68C | sha512: 3A36A0E87B1E6DB62790BF74B363FFC69AB69A0015FB04C30828D00D9FD41494A6FD091E35E022B3AD792C703692689C8B72C7269E65A68A6C9E2E6E92D8F2C3
tools\Go-Mono-Bold-Italic.ttf
md5: 6BDE6AD987B6A8CA080BC458940AD69F | sha1: 83A1C28305BCE3587D006BAD97D2B56BB8EDADC1 | sha256: E78BA223CF1D1744A8EE58E23D4A28E88EA9E6EBD5C8E9244DA0D32DBA3F1D0F | sha512: AD2825C79552D30149EED6BB723B68295E582C6002C450D325A7D3915F006DCE7B1AB6A17D0D2E32CE667A114C0B5E616A2153F1C70CF67CB8EB434C87DE46F4
tools\Go-Mono-Bold.ttf
md5: E4AFD109432D91C7EC7AC5563A592F89 | sha1: 6BFEBCCF8BD549707C3D519565BF7F1162701BB7 | sha256: 0731484182480165D26A0E61648E6DB8F006ABB8129E2F9D4AC75A6E919E67E7 | sha512: E9CB850A6490085CC14ADDECA923814D281DDB561135CFF792830F93A243C2AE5F5666478CD9171B064E5A445288D40C965929CE836A8019192533A406179F3C
tools\Go-Mono-Italic.ttf
md5: 9C8BF81C7E06AF1B4D916434ACB3AB8E | sha1: 2CD1CA9203C4308E88E583C92431B408645142F8 | sha256: 50557B8C54E5A70D5D1D458349E28FC671A069A1712BE80A54833D59238F8124 | sha512: 41B5BD6FF79A227C15096091C4148DFC327938CA06CF3D3AA7FF647CA8812C4ADF57D98AD5449FB7F7A52914C2E33428E8B3EF973522F07691776C3C094FD481
tools\Go-Mono.ttf
md5: AC3A15A4B6C3C3A7958A7076F079E59F | sha1: 546208B0133E91503ABCFBC13A4ECDE9D6858766 | sha256: B219CB3AE5214941BFB95A5B9A0AF769D2EA1986DF6CDD48F09F821EF0616BFC | sha512: C0B2A5A545F4AD3E577F5F75955B8843F32E5D0E5DD1FDFC876145A423F55290B2B017424B1CD6C26B59BA83212ECD994795CD90996BF9C8E6FA7D262E01C60E
tools\Go-Regular.ttf
md5: 078E6F5E7FA702BCA3A8F3CFCF1F009D | sha1: 55EB3ECF7D581E5B03924A564C606DE4C6079497 | sha256: 4BB829593136416C6A39ECDC45482E052F75AC374E6459B9AF68D4FBA279396C | sha512: B8D7F32E7E614992F64C90F3F3FD6410DE9C4F329E71688ED52A7FC9AF8076004A9B278890308220F60125A17F5B0FE89C0A74583BDFDEBDDCA7A37BB686676E

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
Go Fonts 2.004 110 Saturday, March 20, 2021 Approved
Discussion for the Go Fonts Package

Ground Rules:

  • This discussion is only about Go Fonts and the Go Fonts package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Go Fonts, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus