Skip to content

turing-complete/hotspot

Repository files navigation

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.