go-node-builtins

module
v0.0.0-...-2f7fa84 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 28, 2019 License: MIT

README

go-node-builtins

PRs Welcome Go Report Card Go Project Layout Go Doc Template from jarvis

Install

go get github.com/Armour/go-node-builtins/cmd/builtins

Example

package main

import (
	"fmt"

	"github.com/Armour/go-node-builtins/cmd/builtins"
)

func main() {
	b, err := builtins.GetVersion("6.0.0")
	if err != nil {
		// handle error
	}
	fmt.Printf("%v", b)
}

Contributing

See CONTRIBUTING.md

License

MIT License

Directories

Path Synopsis
cmd
builtins
Package builtins provides function to return nodejs coreModules list.
Package builtins provides function to return nodejs coreModules list.
examples
builtins command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL