Zietlow.io
Home
Cheatsheets
Links icon
LinkedIn Twitter
About
🌐
English Português
  • Go Basics

    Sep 12, 2021 · 2 min read · go Cheatsheet  ·
    Share on:

    Variables Strictly Typed and Compiled 1var a bool 2a = false 3b := true 4 5fmt.Println(a, "and", b) // false and true 1type banana int 2var b banana 3fmt.Println(b) 4// 0 5fmt.Printf("%T\n", b) 6// main.banana Functions function singature func functionname(parametername type) returntype { 1func …

    Read More

Chris

Philomath, Shitty Photographer, Technologist, hugs on a blockchain, and believes the oxford comma isn't optional.
Read More

Recent Posts

  • Jellyfin Joy: How to Turn Old DVDs into Your Personal Streaming Library
  • 2023 South East Linux Fest
  • Lightbox Gallery with Go Templates in Hugo
  • 2019 East Coast Drupal Camp Guide
  • Find mysql Table Size
  • WTF is Sculpin
  • An Impostor's Blog
  • Getting started with Upstart

Categories

DRUPAL 1 HOMELAB 1 HUGO 1 LINUX 1

GO 1

Tags

LINUX 3 CODE 2 CONFERENCE 2 CAMPS 1 CHEATSHEET 1 DRUPAL 1 GO 1 GO-TEMPLATES 1 HUGO 1 IMPOSTER 1 INDEX 1 JELLYFIN 1 LIFESTYLE 1 MARKDOWN 1
All Tags
CAMPS1 CHEATSHEET1 CODE2 CONFERENCE2 DRUPAL1 GO1 GO-TEMPLATES1 HUGO1 IMPOSTER1 INDEX1 JELLYFIN1 LIFESTYLE1 LINUX3 MARKDOWN1 MYSQL1 PLEX1 SCULPIN1 UPSTART1 WTF-IS1
[A~Z][0~9]

Copyright 2012- ZIETLOW.IO All Rights Reserved