We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db50c5 commit 3923730Copy full SHA for 3923730
go.mod
@@ -1,3 +1,3 @@
1
module aces
2
3
-go 1.16
+go 1.18
pkg/go.mod
-module github.com/quackduck/aces
+module github.com/quackduck/aces/pkg
-go 1.19
pkg/main.go
@@ -1,5 +1,3 @@
-// can't believe this code actually works lol
-
package aces
4
5
import "io"
0 commit comments