ABHISEK PATTNAIK ๐Ÿš€ Profile picture
๐Ÿ•‰๏ธ Isha Meditator โฏ ๐Ÿ•ต๏ธโ€โ™‚๏ธ Code Consultant โฏ โš›๏ธ JS & Web Enthusiast โฏ ๐Ÿ‘จโ€๐Ÿ’ป Software Engineer โฏ ๐Ÿค  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
๐Ÿงต๐Ÿ‘‡