Menu Close

Go – runtime package in go

In this tutorial, We are going to learn about runtime package in go. It includes the low-level type information used by the reflect package.

runtime package contains operations that interact with Go’s runtime system for example like functions to control go routines.

It has many environment variables and functions which are given below.

How to import runtime package into program:

import "runtime"

runtime package functions:

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 golang, packages, runtime

Leave a Reply

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