Skip to content
This repository was archived by the owner on Mar 14, 2026. It is now read-only.

Commit 413d530

Browse files
committed
Add go.mod for go 1.25.5 package
1 parent 401a99d commit 413d530

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

packages/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@
66
!*/*/run
77
!*/*/compile
88
!*/*/test.*
9-
!*/*/cacheprog.go
9+
10+
!go/**/cacheprog.go
11+
!go/**/go.mod

packages/go/1.25.5/go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module piston
2+
3+
go 1.25.5

0 commit comments

Comments
 (0)