remove go mod

This commit is contained in:
YDZ
2020-09-03 09:44:05 +08:00
parent b504737c19
commit 5fa44b9f6d
2 changed files with 2 additions and 4 deletions

View File

@ -13,7 +13,8 @@
<img src="https://travis-ci.org/halfrost/LeetCode-Go.svg?branch=master">
<img src="https://goreportcard.com/badge/github.com/halfrost/LeetCode-Go">
<img src="https://img.shields.io/badge/runtime%20beats-100%25-success">
<img alt="GitHub go.mod Go version" src="https://img.shields.io/github/go-mod/go-version/halfrost/LeetCode-Go?color=26C2F0">
<!--<img alt="GitHub go.mod Go version" src="https://img.shields.io/github/go-mod/go-version/halfrost/LeetCode-Go?color=26C2F0">-->
<img alt="Support Go version" src="https://img.shields.io/badge/Go-v1.15-26C2F0">
<img src="https://visitor-badge.laobi.icu/badge?page_id=halfrost.LeetCode-Go">
</p>

3
go.mod
View File

@ -1,3 +0,0 @@
module LeetCode-Go
go 1.14