Use updated "new()" behavior from Go 1.26

This commit is contained in:
2026-02-09 21:12:09 -05:00
parent 9c0ed69d7f
commit 7ecd143b81
3 changed files with 6 additions and 11 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/rwinkhart/libmutton
go 1.25.7
go 1.26rc3
require (
github.com/pkg/sftp v1.13.10