An open API service indexing awesome lists of open source software.

https://github.com/bfontaine/classy

Inspect .class Java files from Go
https://github.com/bfontaine/classy

cli go java tool

Last synced: about 2 months ago
JSON representation

Inspect .class Java files from Go

Awesome Lists containing this project

README

          

# Classy.

[![GoDoc](https://godoc.org/github.com/bfontaine/classy?status.svg)](https://godoc.org/github.com/bfontaine/classy)
[![Build Status](https://travis-ci.org/bfontaine/classy.svg)](https://travis-ci.org/bfontaine/classy)

`classy` is a little tool written in Go to inspect Java `class` files.

This is a work in progress, and I use this project to learn Go so the code is
far from perfect. Feel free to open an issue if you think I’m doing something
wrong.

## Install

go install github.com/bfontaine/classy

### Dependencies

* Go 1.1 or higher

## Usage

$ classy [ ...]