This commit is contained in:
Ashish D'Souza 2024-09-15 22:39:19 -05:00
parent b8155e4a74
commit 21ff28a30d
2 changed files with 1 additions and 2 deletions

2
go.mod
View File

@ -2,4 +2,4 @@ module gitea.ashishdsouza.com/ashish/i3-last-scratchpad
go 1.21.12
require github.com/mdirkse/i3ipc v0.0.0-20171212230543-ac599a872375 // indirect
require github.com/mdirkse/i3ipc v0.0.0-20171212230543-ac599a872375

View File

@ -5,7 +5,6 @@ import "github.com/mdirkse/i3ipc"
import "gitea.ashishdsouza.com/ashish/i3-last-scratchpad/notify"
import "gitea.ashishdsouza.com/ashish/i3-last-scratchpad/scratchpad"
func main() {
var ipcSocket, socketErr = i3ipc.GetIPCSocket()
if socketErr != nil {