Skip to content

Commit 99d8033

Browse files
committed
init
1 parent ef6931e commit 99d8033

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.idea/
2+
.DS_Store
3+
*.tar.gz
4+
*.dic
5+
coverage.txt
6+
**/coverage.txt
7+
.vscode

go.mod

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module github.com/redis-developer/go-redis-entraid
2+
3+
go 1.18
4+
5+

version.go

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package redis-entraid
2+
3+
// Version is the current release version.
4+
func Version() string {
5+
return "0.0.1"
6+
}
7+

0 commit comments

Comments
 (0)