Menu Close

Go – builtin package in go

In this tutorial, We are going to learn about builtin package in go. It provides documentation for Go’s predeclared identifiers in go.

It has many variables and functions which are given below.

How to import ioutil package into program:

import "builtin"

It has many function to do I/O utility:

To learn more about golang, Please refer given below link.

https://www.techieindoor.com/go-lang-tutorial/

References:

 https://golang.org/doc/
 https://golang.org/pkg/
Posted in builtin, golang, packages

Leave a Reply

Your email address will not be published. Required fields are marked *