Update readme.md

This commit is contained in:
Fatih Arslan 2014-08-03 22:23:57 +03:00
parent 0bde053c03
commit dc92ad5a15

View File

@ -2,9 +2,9 @@
Structure contains various utilities to work with Go (Golang) structs. It was Structure contains various utilities to work with Go (Golang) structs. It was
initially used by me to convert a struct into a `map[string]interface{}`. With initially used by me to convert a struct into a `map[string]interface{}`. With
time I've added other high level functions for structs. It's basically a high time I've added other utilities for structs. It's basically a high level
level package based on primitives from the reflect package. Feel free to add package based on primitives from the reflect package. Feel free to add new
new high level functions or improve the existing code. functions or improve the existing code.
## Install ## Install