Skip to content

Commit ceeee0a

Browse files
committed
Fix README
1 parent 76d2ebe commit ceeee0a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# net/http backend template for [Create Go App CLI](https://github.com/create-go-app/cli)
22

3-
<<<<<<< HEAD
43
<img src="https://img.shields.io/badge/Go-1.17+-00ADD8?style=for-the-badge&logo=go" alt="go version" />&nbsp;<a href="https://goreportcard.com/report/github.com/create-go-app/net_http-go-template" target="_blank"><img src="https://img.shields.io/badge/Go_report-A+-success?style=for-the-badge&logo=none" alt="go report" /></a>&nbsp;<img src="https://img.shields.io/badge/license-mit-red?style=for-the-badge&logo=none" alt="license" />
5-
=======
6-
<img src="https://img.shields.io/badge/Go-1.16+-00ADD8?style=for-the-badge&logo=go" alt="go version" />&nbsp;<a href="https://goreportcard.com/report/github.com/create-go-app/net_http-go-template" target="_blank"><img src="https://img.shields.io/badge/Go_report-A+-success?style=for-the-badge&logo=none" alt="go report" /></a>&nbsp;<img src="https://img.shields.io/badge/license-Apache_2.0-red?style=for-the-badge&logo=none" alt="license" />
7-
>>>>>>> 3906d3df2780abf75d5a813a320ea925a5d6fc6e
84

95
Package `net` provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. Although the package provides access to low-level networking primitives.
106

@@ -43,11 +39,7 @@ make docker.run
4339

4440
| Name | Version | Type |
4541
| --------------------------------------------------------------------- | --------- | ---------- |
46-
<<<<<<< HEAD
4742
| [net/http](https://golang.org/pkg/net/http/) | `latest` | core |
48-
=======
49-
| [net/http](https://golang.org/pkg/net/http/) | `v1.17.0` | core |
50-
>>>>>>> 3906d3df2780abf75d5a813a320ea925a5d6fc6e
5143
| [gorilla/mux](https://github.com/gorilla/mux) | `v1.8.0` | router |
5244
| [auth0/go-jwt-middleware](https://github.com/auth0/go-jwt-middleware) | `v1.0.1` | middleware |
5345
| [swaggo/http-swagger](https://github.com/swaggo/http-swagger) | `v1.1.1` | middleware |

0 commit comments

Comments
 (0)