GitopsCentral

May 21, 2019

Golang Modules Explained

Filed under: golang — Tags: , , — shaik zillani @ 11:37 am

According to golang official github,Modules are an experimental opt-in feature in Go 1.11, with the plan of incorporating feedback and […]

Read More

April 13, 2019

Structs in Golang

Filed under: golang — Tags: , , — shaik zillani @ 10:48 am

Struct is a collection of fields. Syntax Initializing Structs Struct can be initialized using new keyword which will initialize fields […]

Read More

April 4, 2019

Composite types: Slice

Filed under: golang — Tags: , — shaik zillani @ 6:39 am

Slices A Slice is like a dynamically-sized array. A slice type is written []T,where elements has type T. So it’s […]

Read More

November 10, 2018

Installing Goland on ubuntu/kali linux

Filed under: golang — Tags: , , , , , , , , , — shaik zillani @ 12:15 pm

Introduction GoLand is a new commercial IDE by JetBrains aimed at providing an ergonomic environment for Go development.The new IDE […]

Read More

Install Golang on ubuntu/kali linux

Filed under: golang — Tags: , , , , , — shaik zillani @ 10:17 am

Introduction Go is a modern programming language developed by Google that uses high-level syntax similar to scripting languages. Go is a statically […]

Read More

© 2016–2025 GitOpsCentral | All Rights Reserved.