Skip to content

Commit 3566386

Browse files
committed
init v2
1 parent 3daca16 commit 3566386

File tree

763 files changed

+7532
-77189
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

763 files changed

+7532
-77189
lines changed

.github/FUNDING.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# These are supported funding model platforms
2+
3+
github: [tonybase]

.github/workflows/go.yml

-131
This file was deleted.

.gitignore

+28-24
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,36 @@
1-
# idea ignore
2-
.idea/
3-
*.ipr
4-
*.iml
5-
*.iws
6-
.vscode/
7-
8-
# temp ignore
9-
*.log
10-
*.cache
11-
*.diff
1+
# Reference https://github.com/github/gitignore/blob/master/Go.gitignore
2+
# Binaries for programs and plugins
123
*.exe
134
*.exe~
14-
*.patch
15-
*.swp
16-
*.tmp
5+
*.dll
6+
*.so
7+
*.dylib
178

18-
# system ignore
19-
.DS_Store
9+
# Test binary, built with `go test -c`
10+
*.test
11+
12+
# Output of the go coverage tool, specifically when used with LiteIDE
13+
*.out
14+
15+
# Dependency directories (remove the comment below to include it)
16+
vendor/
17+
18+
# Compiled Object files, Static and Dynamic libs (Shared Objects)
19+
*.o
20+
*.a
21+
*.so
22+
23+
# OS General
2024
Thumbs.db
25+
.DS_Store
2126

2227
# project
2328
*.cert
2429
*.key
25-
tool/kratos/kratos
26-
tool/kratos-protoc/kratos-protoc
27-
tool/kratos-gen-bts/kratos-gen-bts
28-
tool/kratos-gen-mc/kratos-gen-mc
29-
tool/kratos/kratos-protoc/kratos-protoc
30-
tool/kratos/protobuf/protoc-gen-bm/protoc-gen-bm
31-
tool/kratos/protobuf/protoc-gen-ecode/protoc-gen-ecode
32-
tool/kratos/protobuf/protoc-gen-bswagger/protoc-gen-bswagger
30+
*.log
31+
bin/
32+
33+
# Develop tools
34+
.vscode/
35+
.idea/
36+
*.swp

.golangci.yml

-138
This file was deleted.

.travis.yml

-59
This file was deleted.

0 commit comments

Comments
 (0)