Skip to content

Commit

Permalink
rename mod name
Browse files Browse the repository at this point in the history
  • Loading branch information
cncws committed Sep 3, 2024
1 parent bb957c9 commit c96c4ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module jms-rdp
module github.com/cncws/jms-rdp

go 1.22.5

Expand Down
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ package main
import (
"flag"
"html/template"
"jms-rdp/client"
"log"
"os"
"os/exec"
"runtime"

"github.com/cncws/jms-rdp/client"
)

const (
Expand Down

0 comments on commit c96c4ab

Please sign in to comment.