Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(loader): callback-execution technique #9

Merged
merged 9 commits into from
Nov 23, 2023
Prev Previous commit
Next Next commit
Changed go.mod module name for payload in something dosnt reference myph
  • Loading branch information
xl00t committed Oct 21, 2023
commit 142e628b7765d74c843ddcb466bd1768ad4318c8
2 changes: 1 addition & 1 deletion tools/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func CreateTmpProjectRoot(path string, persist string) error {
}

var go_mod = []byte(`
module github.com/cmepw/myph
module whatever

go 1.19

Expand Down