Skip to content

Commit

Permalink
U: helper-process
Browse files Browse the repository at this point in the history
  • Loading branch information
sxmxta committed Nov 30, 2023
1 parent d242b18 commit 9c6ca93
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 29 deletions.
27 changes: 0 additions & 27 deletions example/helper-process/go.sum

This file was deleted.

2 changes: 1 addition & 1 deletion example/helper-process/helper/helper_process.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package main

import (
"example/helper-process/app"
"fmt"
"github.com/energye/energy/v2/cef"
"github.com/energye/energy/v2/cef/ipc"
"github.com/energye/energy/v2/cef/ipc/context"
"github.com/energye/energy/v2/cef/process"
"github.com/energye/energy/v2/example/helper-process/app"
)

/*
Expand Down
2 changes: 1 addition & 1 deletion example/helper-process/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ package main

import (
"embed"
"example/helper-process/app"
"fmt"
"github.com/energye/energy/v2/cef"
"github.com/energye/energy/v2/common"
"github.com/energye/energy/v2/consts"
"github.com/energye/energy/v2/example/helper-process/app"
"github.com/energye/energy/v2/pkgs/assetserve"
"github.com/energye/golcl/lcl"
"github.com/energye/golcl/pkgs/macapp"
Expand Down

0 comments on commit 9c6ca93

Please sign in to comment.