mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-06 17:44:10 +08:00
8 lines
207 B
Modula-2
8 lines
207 B
Modula-2
module github.com/halfrost/LeetCode-Go/ctl/models
|
|
|
|
go 1.19
|
|
|
|
replace github.com/halfrost/LeetCode-Go/ctl/models => ../util
|
|
|
|
require github.com/halfrost/LeetCode-Go/ctl/util v0.0.0-20220910225043-e3bb5aff34d0
|