From 37bb59faf511e9768c47f1b053307cc181703894 Mon Sep 17 00:00:00 2001 From: Jan Lerking Date: Tue, 14 Feb 2023 11:55:32 +0100 Subject: [PATCH] update. --- README.md | 7 +++++++ main.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 89b44cf..ae74c68 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ # Go repo template +- You can use this template to create a new golang repo. + - __Note:__ This template is not a golang project, it is a template for creating a new golang repo. + Also the README file here only works with repos. + If you create a repo, you will need to change the README file to suit your needs. Especially the repo info badges, which can only be done with repos. +- 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 + [![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/) diff --git a/main.go b/main.go index 2ae2839..06ab7d0 100644 --- a/main.go +++ b/main.go @@ -1 +1 @@ -pass +package main