GitopsCentral

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 7, 2019

Emacs: Install emacs and slime

Filed under: Misc — Tags: , , — shaik zillani @ 11:57 am

Let’s install slime using quicklisp. The complete guide on installing quicklisp can be found here. After you are done with the […]

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

© 2016–2025 GitOpsCentral | All Rights Reserved.