Skip to content

Commit 3923730

Browse files
committed
second try
1 parent 4db50c5 commit 3923730

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module aces
22

3-
go 1.16
3+
go 1.18

pkg/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/quackduck/aces
1+
module github.com/quackduck/aces/pkg
22

3-
go 1.19
3+
go 1.18

pkg/main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// can't believe this code actually works lol
2-
31
package aces
42

53
import "io"

0 commit comments

Comments
 (0)