Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.02 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.02 KB

HotSpot Build Status

The package provides an interface to HotSpot.

Installation

Fetch the package:

go get -d github.com/turing-complete/hotspot

Go to the directory of the package:

cd $GOPATH/src/github.com/turing-complete/hotspot

Finally, install the package:

make install

References

Contributing

  1. Fork the project.
  2. Implement your idea.
  3. Open a pull request.