Skip to content

muesli/bones

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Bones

A Golang Code Doctor

Bones will parse your Go sources (using Golang's own AST & parser) and analyzes it - just like a linter - for common coding mistakes. Unlike a linter, Bones will update your source files and insert // FIXME comment blocks for each problem it detects.

Installation

Bones requires Go 1.2 or higher. Make sure you have a working Go environment. See the install instructions.

The recommended way of installation is to simply go get github.com/muesli/bones.

Usage

bones /path/to/go/project

Development

GoDoc Build Status Go ReportCard

About

A Golang Code Doctor

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages