Skip to content

Commit

Permalink
update the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
6boris committed Jan 17, 2019
1 parent 55115f6 commit be4b061
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -17,3 +17,4 @@
coverage.txt
node_modules/
/gitbook
.env.yml
4 changes: 3 additions & 1 deletion README.md
@@ -1,5 +1,4 @@
# 📝 awesome-golang-leetcode
[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors)

> Warning: This Repoistory will be great rebuild. don't send pull request
Expand Down Expand Up @@ -27,6 +26,9 @@ LeetCode of algorithms with golang solution(updating:smiley:).
<a href="https://img.shields.io/github/stars/kylesliu/awesome-golang-leetcode.svg?label=Stars&style=social">
<img src="https://golangci.com/badges/github.com/kylesliu/awesome-golang-leetcode.svg" />
</a>
<a href="https://img.shields.io/github/stars/kylesliu/awesome-golang-leetcode.svg?label=Stars&style=social">
<img src="https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square" />
</a>
</p>


Expand Down
4 changes: 4 additions & 0 deletions cmd/config.go
@@ -0,0 +1,4 @@
package main

type GitHub struct {
}

0 comments on commit be4b061

Please sign in to comment.