Skip to content

Commit c0ade63

Browse files
fix bugs..
1 parent 62a9ae6 commit c0ade63

File tree

8 files changed

+527
-521
lines changed

8 files changed

+527
-521
lines changed

.goreleaser.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
builds:
2-
- binary: 4inarowgo
3-
goos:
4-
- windows
5-
- darwin
6-
- linux
7-
goarch:
8-
- amd64
9-
- 386
10-
archive:
11-
format: zip
12-
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
13-
replacements:
14-
amd64: 64-bit
15-
386: 32-bit
16-
darwin: macOS
17-
release:
18-
github:
19-
owner: y-hatano-github
1+
builds:
2+
- binary: 4inarowgo
3+
goos:
4+
- windows
5+
- darwin
6+
- linux
7+
goarch:
8+
- amd64
9+
- 386
10+
archive:
11+
format: zip
12+
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
13+
replacements:
14+
amd64: 64-bit
15+
386: 32-bit
16+
darwin: macOS
17+
release:
18+
github:
19+
owner: y-hatano-github
2020
name: 4-in-a-row-go

README.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
# 4-in-a-row-go
2-
CLI game '4-in-a-row' written in go.
3-
4-
## What is 4-in-a-row?
5-
https://en.wikipedia.org/wiki/Four-in-a-row
6-
7-
## How to get and run the code.
8-
### 1st step
9-
Get the code.
10-
```
11-
go get -d github.com/y-hatano-github/4-in-a-row-go
12-
```
13-
### 2nd step
14-
Change directory to the source code directory.
15-
```
16-
cd $GOPATH/src/github.com/y-hatano-github/4-in-a-row-go
17-
```
18-
### 3rd step
19-
Run the code.
20-
```
21-
go run main.go
22-
```
23-
24-
## Win/Mac/Linux binary
25-
https://github.com/y-hatano-github/4-in-a-row-go/releases
1+
# 4-in-a-row-go
2+
CLI game '4-in-a-row' written in go.
3+
4+
## What is 4-in-a-row?
5+
https://en.wikipedia.org/wiki/Four-in-a-row
6+
7+
## How to get and run the code.
8+
### 1st step
9+
Get the code.
10+
```
11+
go get -d github.com/y-hatano-github/4-in-a-row-go
12+
```
13+
### 2nd step
14+
Change directory to the source code directory.
15+
```
16+
cd $GOPATH/src/github.com/y-hatano-github/4-in-a-row-go
17+
```
18+
### 3rd step
19+
Run the code.
20+
```
21+
go run main.go
22+
```
23+
24+
## Win/Mac/Linux binary
25+
https://github.com/y-hatano-github/4-in-a-row-go/releases

0 commit comments

Comments
 (0)