From 76054e373501a7693eaccacd9b20d918a5622be6 Mon Sep 17 00:00:00 2001 From: Fatih Arslan Date: Sat, 26 Jul 2014 19:38:58 +0300 Subject: [PATCH] Update README.md Also add GOLANG for google search visibility. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2794028..090d8da 100644 --- a/README.md +++ b/README.md @@ -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 contains various utilitis to work with Go structs. +Structure contains various utilitis to work with Go (Golang) structs. ## Install @@ -9,6 +9,7 @@ go get github.com/fatih/structure ``` ## Example +Below is an example that is converting a **struct** to a **map** ```go type Server struct {