ABHISEK PATTNAIK ๐Ÿš€ Profile picture
๐Ÿ‘จโ€๐Ÿ’ป Software Engineer โฏ โš›๏ธ Golang Developer โฏ ๐Ÿ•ต๏ธโ€โ™‚๏ธ Web Developer โฏ ๐Ÿ•‰๏ธ Meditator โฏ ๐Ÿค  Teacher @QComputingIO
Apr 24, 2023 โ€ข 21 tweets โ€ข 16 min read
Go is a programming language that comes with a rich standard library containing many useful packages and modules. In this, I provide an overview of the standard library modules in Go.
#golang #library
๐Ÿงต๐Ÿ‘‡ 1๏ธโƒฃ. fmt - This package provides formatted I/O with functions like Println, Printf, and Scanf.
#golang #println
๐Ÿงต๐Ÿ‘‡