Skip to content

Commit 57a3201

Browse files
committed
Adding retracted versions in the code
1 parent cb59c6a commit 57a3201

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

go.mod

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ module github.com/Raadiah/DSA-Using-Go
22

33
go 1.23.4
44

5+
retract (
6+
v0.1.0 // Test Publish.
7+
v0.2.0 // Test Publish.
8+
v0.3.0 // Test Publish.
9+
v0.4.0 // Test Publish.
10+
v0.6.0 // Test Publish. All the previous versions were added to test how this works.
11+
)
12+
513
require github.com/fatih/color v1.18.0
614

715
require (

0 commit comments

Comments
 (0)