go fmt
This commit is contained in:
parent
b8155e4a74
commit
21ff28a30d
2
go.mod
2
go.mod
|
@ -2,4 +2,4 @@ module gitea.ashishdsouza.com/ashish/i3-last-scratchpad
|
||||||
|
|
||||||
go 1.21.12
|
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
|
||||||
|
|
1
main.go
1
main.go
|
@ -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/notify"
|
||||||
import "gitea.ashishdsouza.com/ashish/i3-last-scratchpad/scratchpad"
|
import "gitea.ashishdsouza.com/ashish/i3-last-scratchpad/scratchpad"
|
||||||
|
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
var ipcSocket, socketErr = i3ipc.GetIPCSocket()
|
var ipcSocket, socketErr = i3ipc.GetIPCSocket()
|
||||||
if socketErr != nil {
|
if socketErr != nil {
|
||||||
|
|
Loading…
Reference in New Issue