• Skip to primary navigation
  • Skip to content

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 … [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 … [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. … [Read more...] about Read File: Go lang

golang golang

April 13, 2019

Composite types: Structs

©techort.comStructsStruct is a collection of fields.Syntaxtype User struct { … [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 … [Read more...] about Composite types: Slice

golang go,  golang

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 … [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 … [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 … [Read more...] about How to install golang on ubuntu or kali linux

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

© Copyright 2016-2025 gitopscentral · All Rights Reserved ·