Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
finished README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jan 25, 2015
1 parent 9a02170 commit 6d87ffb
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@ Golang sizeof tips
------------------

**Web tool for interactive playing with Golang struct sizes.**
Try online version [here](http://golang-sizeof.tips/).

## Install
## Aim
Provide comfortable tool to see how fields in struct are aligned,
to compare different structs and as the result - to understand
and remember alignment rules.

## Installing
To install correct versions of dependencies
[Goop dependency manager](https://github.com/nitrous-io/goop) should be used.
```bash
Expand All @@ -15,9 +21,17 @@ goop go build -o ./server
You may also install via simple `go get` by your own risk.


## Starting, stoping, restarting
## Usage
```bash
./server -http=:7777 start
./server stop
./server restart
```

## Platform support
Tested on Linux and OS X x64 platforms, but should work properly and on other
*nix-like platforms.
Windows is not supported due to daemonization.

## License
[Apache License 2.0](LICENSE)

0 comments on commit 6d87ffb

Please sign in to comment.