[package] fix package name

This commit is contained in:
Piotr Domański 2024-07-25 17:09:35 +02:00
parent b12b412a89
commit 0cf1f6642a
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
package main package main
import ( import (
"doman/certchecker" "git.domandoman.xyz/doman/certchecker"
"bufio" "bufio"
"flag" "flag"
"fmt" "fmt"

2
go.mod
View file

@ -1,3 +1,3 @@
module doman/certchecker module git.domandoman.xyz/doman/certchecker
go 1.22.5 go 1.22.5