Skip to content

Commit 48359b2

Browse files
committed
exclude examples folder in future releases
1 parent 6931219 commit 48359b2

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

examples/go.mod

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module github.com/spdeepak/flowtracker/examples
2+
3+
go 1.24
4+
5+
require (
6+
github.com/spdeepak/flowtracker v0.0.3
7+
)

examples/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github.com/spdeepak/flowtracker v0.0.2/go.mod h1:VK/EmS3UP/vhzD8YMY3MFXOUbvbq3jYz3WYSvZb1Izw=
2+
github.com/spdeepak/flowtracker v0.0.3/go.mod h1:VK/EmS3UP/vhzD8YMY3MFXOUbvbq3jYz3WYSvZb1Izw=

0 commit comments

Comments
 (0)