Skip to content

Commit e7afd08

Browse files
committed
add graphql libraries and fix darius-khll#10
1 parent 5c91407 commit e7afd08

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

ReadMe.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
> Roadmap to becoming a [Go](https://golang.org/) developer in 2019:
44
5-
Below you can find a chart demonstrating the paths that you can take and the libraries that you would want to learn to become a Go developer. I made this chart as a tip for everyone who asks me, "What should I learn next a Go developer?"
5+
Below you can find a chart demonstrating the paths that you can take and the libraries that you would want to learn to become a Go developer. I made this chart as a tip for everyone who asks me, "*What should I learn next as a Go developer?*"
66

77
[中文版](./i18n/ReadMe-zh-CN.md)
88

99
## Disclaimer
1010

11-
> The purpose of this roadmap is to give you an idea about the landscape. The road map will guide you if you are confused about what to learn next, rather than encouraging you to pick what is hip and trendy. You should grow some understanding of why one tool would be better suited for some cases than the other and remember hip and trendy does not always mean best suited for the job
11+
> The purpose of this roadmap is to give you an idea about the landscape. The road map will guide you if you are confused about what to learn next, rather than encouraging you to pick what is hype and trendy. You should grow some understanding of why one tool would be better suited for some cases than the other and remember hype and trendy does not always mean best suited for the job.
1212
1313
## Give a Star! :star:
1414

@@ -23,7 +23,7 @@ If you like or are using this project to learn or start your solution, please gi
2323
1. Prerequisites
2424

2525
- [Go](https://golangbot.com/)
26-
- [Dep](https://github.com/golang/dep)
26+
- [Go Modules](https://blog.golang.org/using-go-modules)
2727
- [SQL](https://www.w3schools.com/sql/default.asp)
2828

2929
2. General Development Skills
@@ -54,6 +54,7 @@ If you like or are using this project to learn or start your solution, please gi
5454
2. [PostgreSQL](https://www.postgresql.org/)
5555
3. [MariaDB](https://mariadb.org/)
5656
4. [MySQL](https://www.mysql.com/)
57+
5. [CockroachDB](https://www.cockroachlabs.com/)
5758
2. Cloud Databases
5859
- [CosmosDB](https://docs.microsoft.com/en-us/azure/cosmos-db)
5960
- [DynamoDB](https://aws.amazon.com/dynamodb/)
@@ -97,10 +98,13 @@ If you like or are using this project to learn or start your solution, please gi
9798
10. API Clients
9899

99100
1. REST
100-
- [Gentelman](https://github.com/h2non/gentleman)
101+
- [Gentleman](https://github.com/h2non/gentleman)
101102
- [GRequests](https://github.com/kennethreitz/grequests)
102103
- [heimdall](https://github.com/heimdal/heimdal)
103104
2. [GraphQL](https://graphql.org/)
105+
- [gqlgen](https://github.com/99designs/gqlgen)
106+
- [graphql-go](https://github.com/graph-gophers/graphql-go)
107+
104108

105109
11. Good to Know
106110

golang-developer-roadmap.png

10.5 KB
Loading

0 commit comments

Comments
 (0)