Skip to content

Armour/go-node-builtins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2f7fa84 ยท May 28, 2019

History

15 Commits
Aug 13, 2018
Jun 3, 2018
Jun 3, 2018
Jun 3, 2018
Jul 12, 2018
Jul 12, 2018
Jul 12, 2018
May 28, 2019
Jun 3, 2018
Jun 1, 2018
Jul 12, 2018

Repository files navigation

go-node-builtins

PRs Welcome Go Report Card Go Project Layout Go Doc License: MIT 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

About

๐Ÿ”ฎ Go clone of https://github.com/juliangruber/builtins - List of node.js builtin modules

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages