Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahviplc/GoJustToolc
❤GoJustToolc > Go Tools For U (You) ❤
https://github.com/ahviplc/GoJustToolc
go gotools
Last synced: about 2 months ago
JSON representation
❤GoJustToolc > Go Tools For U (You) ❤
- Host: GitHub
- URL: https://github.com/ahviplc/GoJustToolc
- Owner: ahviplc
- Created: 2020-06-25T03:50:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-24T01:45:24.000Z (about 4 years ago)
- Last Synced: 2024-08-03T23:27:00.317Z (5 months ago)
- Topics: go, gotools
- Language: Go
- Homepage:
- Size: 124 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-golang-repositories - GoJustToolc
README
# GoJustToolc
```markdown
_____ _ _ _______ _
/ ____| | | | |__ __| | |
| | __ ___ | |_ _ ___| |_ | | ___ ___ | | ___
| | |_ |/ _ \ _ | | | | / __| __|| |/ _ \ / _ \| |/ __|
| |__| | (_) | |__| | |_| \__ \ |_ | | (_) | (_) | | (__
\_____|\___/ \____/ \__,_|___/\__||_|\___/ \___/|_|\___|
Full Of ❤Love❤
```banner生成网址:
> http://patorjk.com/software/taag/#p=testall&f=Graffiti&t=GoJustToolc## fork me
ahviplc/GoJustToolc: ❤GoJustToolc > Go Tools For U (You) ❤
> https://github.com/ahviplc/GoJustToolcGoJustToolc: ❤GoJustToolc > Go Tools For U (You) ❤
> https://gitee.com/ahviplc/GoJustToolc## who is who
> 我的Java语言的JustToolc项目地址:```markdown
ahviplc/JustToolc: ❤JustToolc > Java Tools For U (You) ❤
https://github.com/ahviplc/JustToolcJustToolc: ❤JustToolc > Java Tools For U (You) ❤
https://gitee.com/ahviplc/JustToolc
```## slogan
```markdown
❤GoJustToolc > Go Tools For U (You)❤
```## 如何安装运行测试
### 安装方式 使用go get
```markdown
To start using GoJustToolc, install Go and run go get:
```
> $ go get -u github.com/ahviplc/GoJustToolc### 使用go mod
> 如果是 Go modules 的项目,您还可以直接编辑 go.mod 文件
> 可使用代理:
> https://mirrors.aliyun.com/goproxy
> https://goproxy.cn> https://goproxy.io
```markdown
module your_project_namego 1.14
require (
github.com/ahviplc/GoJustToolc v0.3.0
)
```
> 也可使用 github.com/ahviplc/GoJustToolc latest 获取最新版### 执行测试main.go
```markdown
使用go mod运行:
1: git clone https://github.com/ahviplc/GoJustToolc.git2: go mod download
3: go run main.go
```# pr步骤
```markdown
1.切换分支
git checkout master2.git merge
git merge --no-ff -m "release v0.#.#" dev3.git push
git push origin master
```## about me
```markdown
By LC
寄语:一人一世界,一树一菩提!~LC
Version 0.1.0 From 20200625
```