Categorygithub.com/phuslu/goid
modulepackage
1.0.1
Repository: https://github.com/phuslu/goid.git
Documentation: pkg.go.dev

# README

Getting Started

An out of box example. playground

package main

import (
	"github.com/phuslu/goid"
)

func main() {
	println(goid.Goid())
}

// Output:
//   1

# Functions

Goid returns the current goroutine id.