From 1d596917de6e7b652409f7c0bfa7406825db2b6d Mon Sep 17 00:00:00 2001 From: Jan Lerking Date: Tue, 14 Feb 2023 12:50:32 +0100 Subject: [PATCH] Added link to test project. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b950e11..ce223a8 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ - After creating the new repo, you can replace the GLPv3 license with another license that suits you, if required. - Then start your golang project with go mod init. +Example Go project repo based on this template(https://GitHub.com/Lerking/test-go-project) + [![GitHub forks](https://img.shields.io/github/forks/Lerking/golang-repo-template.svg?style=social&label=Fork&maxAge=2592000)](https://GitHub.com/Lerking/golang-repo-template/forks/) [![GitHub stars](https://img.shields.io/github/stars/Lerking/golang-repo-template.svg?style=social&label=Star&maxAge=2592000)](https://GitHub.com/Lerking/golang-repo-template/stargazers/) [![GitHub watchers](https://img.shields.io/github/watchers/Lerking/golang-repo-template.svg?style=social&label=Watch&maxAge=2592000)](https://GitHub.com/Lerking/golang-repo-template/watchers/)