Update README.md

Also add GOLANG for google search visibility.
This commit is contained in:
Fatih Arslan 2014-07-26 19:38:58 +03:00
parent 38ea8fd0fc
commit 76054e3735

View File

@ -1,6 +1,6 @@
# Structure [![GoDoc](https://godoc.org/github.com/fatih/structure?status.svg)](http://godoc.org/github.com/fatih/structure) [![Build Status](https://travis-ci.org/fatih/structure.svg)](https://travis-ci.org/fatih/structure) # Structure [![GoDoc](https://godoc.org/github.com/fatih/structure?status.svg)](http://godoc.org/github.com/fatih/structure) [![Build Status](https://travis-ci.org/fatih/structure.svg)](https://travis-ci.org/fatih/structure)
Structure contains various utilitis to work with Go structs. Structure contains various utilitis to work with Go (Golang) structs.
## Install ## Install
@ -9,6 +9,7 @@ go get github.com/fatih/structure
``` ```
## Example ## Example
Below is an example that is converting a **struct** to a **map**
```go ```go
type Server struct { type Server struct {