Skip to content

Commit 0376b9f

Browse files
committed
uninstall git lfs to support synchronization to Gitee
, and add go.mod to .resources directory to avoid pulling large file resources into this path
1 parent 7f72993 commit 0376b9f

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.gitattributes

Lines changed: 0 additions & 6 deletions
This file was deleted.

.resources/go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// DO NOT USE! This module exists solely to avoid pulling large file resources into this path
2+
module trpc.group/trpc-go/trpc-go/.resources
3+
4+
go 1.18
5+

0 commit comments

Comments
 (0)