Skip to content

Commit

Permalink
[doc] Golang -> Go in README
Browse files Browse the repository at this point in the history
  • Loading branch information
at15 committed Apr 14, 2018
1 parent d736ae4 commit 809341f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Gommon - Golang common util libraries
# Gommon - Go common libraries

[![GoDoc](https://godoc.org/github.com/dyweb/gommon?status.svg)](https://godoc.org/github.com/dyweb/gommon)
[![Build Status](https://travis-ci.org/dyweb/gommon.svg?branch=master)](https://travis-ci.org/dyweb/gommon)
Expand Down Expand Up @@ -38,6 +38,7 @@ Removed

- [pkg/errors](https://github.com/pkg/errors) for including context in error
- removed in [#59](https://github.com/dyweb/gommon/pull/59)
- replaced by `gommon/errors`

<!-- no, we are using the standard flag package ... -->
<!-- For command line util, we are using [spf13/cobra](https://github.com/spf13/cobra), it is more flexible than [ufrave/cli](https://github.com/urfave/cli) -->
Expand Down

0 comments on commit 809341f

Please sign in to comment.