BestBurning/shutdown_platform

Example go.mod is broken. Here is the fix.

Closed this issue · 1 comments

Changes

  • comment out the replace at the bottom

  • update the version to v0.1.0

this now works:


module shutdown_platform_example/go

go 1.14

require (
	github.com/BestBurning/shutdown_platform/go v0.1.0
	github.com/go-flutter-desktop/go-flutter v0.38.0
	github.com/pkg/errors v0.9.1
)

//replace github.com/BestBurning/shutdown_platform/go => /Users/shuai/Documents/GitRepo/mine/shutdown_platform/go


Thank you. It's merge to the master branch.