Skip to content

Commit 76d2ebe

Browse files
committed
2 parents 3f7cda2 + 3906d3d commit 76d2ebe

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2021 Vic Shóstak <vikkyshostak@gmail.com> (https://shostak.dev)
189+
Copyright 2021 Vic Shóstak and Create Go App Contributors
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

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

3+
<<<<<<< HEAD
34
<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
48
59
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.
610

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

4044
| Name | Version | Type |
4145
| --------------------------------------------------------------------- | --------- | ---------- |
46+
<<<<<<< HEAD
4247
| [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
4351
| [gorilla/mux](https://github.com/gorilla/mux) | `v1.8.0` | router |
4452
| [auth0/go-jwt-middleware](https://github.com/auth0/go-jwt-middleware) | `v1.0.1` | middleware |
4553
| [swaggo/http-swagger](https://github.com/swaggo/http-swagger) | `v1.1.1` | middleware |

0 commit comments

Comments
 (0)