Abhismanabhii85.hashnode.net·Jan 13, 2023Building a go cli tool to generate Kubernetes deployment filesThe Go cobra framework is a great tool that can be used to write command-line interfaces in golang. It is used by many different organisations and projects because of how easy and simple it is to use. Link to the Cobra framework: https://cobra.dev/. ...Discuss·1 like·310 readsgolang
Prasanna Kumarp11r.hashnode.net·Sep 10, 2020fastget - ultra fast download files over HTTP(S)⚡ fastget is an open source CLI tool as well as Go library to ultra fast download files over HTTP(S). DISCLAIMER: FastGet performance heavily reliant on the network and CPU performance of the client machine. More importantly HTTP(s) endpoint must all...Discussfastget
Pavel Durovdrkimchi.hashnode.net·Dec 2, 2022Cross Platform CLI application with Go and CobraAbstract This article will cover the process and the involved components of building a Command-Line Interface (CLI)[1] application using the Go programming language. We will cover the required libraries, directory structure, configuration files, test...Discuss·110 readsGo Language
AbhismanforAbhismanabhii85.hashnode.net·Jan 13, 2023Building a go cli tool to generate Kubernetes deployment filesThe Go cobra framework is a great tool that can be used to write command-line interfaces in golang. It is used by many different organisations and projects because of how easy and simple it is to use. Link to the Cobra framework: https://cobra.dev/. ...Discuss·1 like·310 readsgolang
Pavel Durovforp3ld3v blogdrkimchi.hashnode.net·Dec 2, 2022Cross Platform CLI application with Go and CobraAbstract This article will cover the process and the involved components of building a Command-Line Interface (CLI)[1] application using the Go programming language. We will cover the required libraries, directory structure, configuration files, test...Discuss·110 readsGo Language
Siddhesh Khandagaleforsiddheshk.hashnode.net·Nov 12, 2022Getting started with CLI's using Golang.Introduction In this blog we are going to get started with CLI using Golang and Cobra CLI. We are just going to make a simple Quiz game CLI and get friendly with the Cobra-CLI library. Why Cobra-CLI? Cobra is both a library for creating powerful mode...Discuss·928 readsgolang
Prasanna Kumarforp.k.'s echop11r.hashnode.net·Sep 10, 2020fastget - ultra fast download files over HTTP(S)⚡ fastget is an open source CLI tool as well as Go library to ultra fast download files over HTTP(S). DISCLAIMER: FastGet performance heavily reliant on the network and CPU performance of the client machine. More importantly HTTP(s) endpoint must all...Discussfastget