• Skip to primary navigation
  • Skip to content
  • Skip to primary sidebar
  • Skip to footer

GitopsCentral

  • Home
  • Courses
  • Roadmap
  • About
  • Log In
  • Sign Up

golang

August 30, 2021

space invaders in golang

Space invaders game written using ecs engine and ebiten game library, credits to hggx   … [Read more...] about space invaders in golang

gamedev ebiten,  gamedev,  golang

May 21, 2019

Go Modules

© cloudinaryAccording to golang official github,Modules are an experimental opt-in feature in Go 1.11, with the plan of incorporating feedback and finalizing the feature for Go 1.13.The initial prototype (vgo) was announced in February 2018. In July 2018, support for versioned modules … [Read more...] about Go Modules

golang go,  go modules,  golang

May 10, 2019

Read File: Go lang

© clipartmax.comIn this blog post, I will show you how to read a file in golang using bufio. Create a file with name test.txt and add the below contents,ken thompson alan donovan brian kernighanFile Read Examplepackage mainimport ( "fmt" "os" "bufio" "strings" )func check(e … [Read more...] about Read File: Go lang

golang golang

gophers

April 13, 2019

Composite types: Structs

©techort.comStructsStruct is a collection of fields.Syntaxtype User struct { username string email string phone string }var u1 UserInitializing StructsStruct can be initialized using new keyword which will initialize fields with 0or in below manner, … [Read more...] about Composite types: Structs

golang go,  golang,  structs

April 4, 2019

Composite types: Slice

SlicesA Slice is like a dynamically-sized array. A slice type is written []T,where elements has type T. So it's like an array without size defined.A Slice is a light weight data structure that gives access to sequence of elements of an array, also known as slice's underlying … [Read more...] about Composite types: Slice

golang go,  golang

golang logo

March 4, 2019

Scan string/int in golang

Let's see how to scan string and int in golang. You need to import the following packages for operating on strings.Scan a stringpackage mainimport ( "bufio" "errors" "fmt" "os" "strings" )func main() { fmt.Println("Please enter a String") … [Read more...] about Scan string/int in golang

golang golang

November 10, 2018

installing goland on ubuntu or kali linux

Introduction GoLand is a new commercial IDE by JetBrains aimed at providing an ergonomic environment for Go development.The new IDE extends the IntelliJ platform with coding assistance and tool integrations specific for the Go language. To know more about it visit official website here. In the … [Read more...] about installing goland on ubuntu or kali linux

golang go,  goland,  golang,  ide,  install,  jetbrains,  kali,  kali linux,  linux,  ubuntu

November 10, 2018

How to install golang on ubuntu or kali linux

IntroductionGo is a modern programming language developed by Google that uses high-level syntax similar to scripting languages. Go is a statically typed, compiled language in the tradition of C. This tutorial, I will walk you through downloading and installing Go on … [Read more...] about How to install golang on ubuntu or kali linux

golang,  kalilinux,  ubuntu go,  golang,  kali,  kalilinux,  linux,  ubuntu

Primary Sidebar

en English
ar Arabiczh-CN Chinese (Simplified)nl Dutchen Englishfr Frenchde Germanhi Hindiid Indonesianit Italianja Japanesems Malaypt Portugueseru Russianes Spanishte Telugu

Course Tags

concurrency free go golang

Recent Posts

  • Roadmap to Mastery
  • Increase SSH connection timeout
  • Check Certificate expiry in Kubernetes
  • space invaders in golang
  • creating kubernetes cluster using eksctl
  • Facebook
  • GitHub
  • YouTube

Contact

Navigation

  • goacademy pro

Footer

  • Facebook
  • GitHub
  • Instagram
  • LinkedIn
  • Twitter

info@gitopscentral.com


+91 8341443220

© Copyright 2016-2024 gitopscentral · All Rights Reserved ·