Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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) ❤

Awesome Lists containing this project

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/GoJustToolc

GoJustToolc: ❤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/JustToolc

JustToolc: ❤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_name

go 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.git

2: go mod download

3: go run main.go
```

# pr步骤
```markdown
1.切换分支
git checkout master

2.git merge
git merge --no-ff -m "release v0.#.#" dev

3.git push
git push origin master
```

## about me
```markdown
By LC
寄语:一人一世界,一树一菩提!~LC
Version 0.1.0 From 20200625
```