package
1.3.4
Repository: https://github.com/avakarev/go-util.git
Documentation: pkg.go.dev

# README

buildmeta

Tiny go module to hold build and runtime information

Install

go get github.com/avakarev/go-util/buildmeta

Usage

package main

import (
	"fmt"

	"github.com/avakarev/go-util/buildmeta"
)

func main() {
	fmt.Println(buildmeta.Compiler()) // => go1.18.3
}

License

go-buildmeta is licensed under MIT license. (see LICENSE)