From dc92ad5a15167833a16de68648f814ae5dfe2946 Mon Sep 17 00:00:00 2001 From: Fatih Arslan Date: Sun, 3 Aug 2014 22:23:57 +0300 Subject: [PATCH] Update readme.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4e35ce8..ceefa90 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ 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 -time I've added other high level functions for structs. It's basically a high -level package based on primitives from the reflect package. Feel free to add -new high level functions or improve the existing code. +time I've added other utilities for structs. It's basically a high level +package based on primitives from the reflect package. Feel free to add new +functions or improve the existing code. ## Install