From f7b17917ad35381f70b19f91b4632dbedc19d1fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=85=89=E6=98=A5?= Date: Sun, 24 Jul 2022 17:18:31 +0800 Subject: [PATCH] - update --- LICENSE | 2 +- README.md | 12 ++---------- Tomorrow.go => tomorrow.go | 0 3 files changed, 3 insertions(+), 11 deletions(-) rename Tomorrow.go => tomorrow.go (100%) diff --git a/LICENSE b/LICENSE index a0d0e5b..ff84bbf 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 茂名聚合科技有限公司 +Copyright (c) 2018 李光春 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index c5626bd..12e496c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Golang Time -📦 Golang Time +📦 Golang 时间 [comment]: <> (go) [![godoc](https://pkg.go.dev/badge/github.com/dtapps/gotime?status.svg)](https://pkg.go.dev/github.com/dtapps/gotime) @@ -10,16 +10,8 @@ [![goreportcard.com](https://goreportcard.com/badge/github.com/dtapps/gotime)](https://goreportcard.com/report/github.com/dtapps/gotime) [![deps.dev](https://img.shields.io/badge/deps-go-red.svg)](https://deps.dev/go/github.com%2Fdtapps%2Fgotime) -#### 安装使用 +#### 安装 ```go go get -v -u github.com/dtapps/gotime -``` - -#### 导入 - -```go -import ( - "github.com/dtapps/gotime" -) ``` \ No newline at end of file diff --git a/Tomorrow.go b/tomorrow.go similarity index 100% rename from Tomorrow.go rename to tomorrow.go