Skip to content

Commit

Permalink
modify go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
youngfish42 committed Jan 2, 2024
1 parent ab6cc14 commit 0b3299a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add_dependent.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@


# Start the go.mod file with the module line
go_mod = "https://github.com/youngfish42/Awesome-FL\n\n" # replace "mymodule" with your module name
go_mod = "module https://github.com/youngfish42/Awesome-FL\n\n" # replace "mymodule" with your module name
# Add the Go version
go_mod += "go 1.16\n\n" # replace "1.16" with your Go version
# Start the require block
Expand Down

0 comments on commit 0b3299a

Please sign in to comment.