Compare commits

..

2 Commits

Author SHA1 Message Date
ffc9ef3939 Add go.mod 2023-08-17 03:29:07 +03:30
6e77d463c1 Add more directories to .gitignore 2023-08-17 03:28:53 +03:30
2 changed files with 9 additions and 0 deletions

6
.gitignore vendored
View File

@ -21,3 +21,9 @@
# Go workspace file
go.work
# Build directory
build/
# Snapshots & Archive
.snapshots/
.archive/

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module git.behzadan.ir/rbehzadan/rtunnel
go 1.21.0