Skip to content

Commit c57d4bd

Browse files
author
cloudnative0x0
committed
go mod init.
1 parent 3a606b2 commit c57d4bd

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/cloudnative0x0/data-structures.git
2+
3+
go 1.24.2

main.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package main
2+
3+
import "fmt"
4+
5+
func main() {
6+
fmt.Println("Repo init.")
7+
}

0 commit comments

Comments
 (0)