mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-15 08:30:12 +08:00
8 lines
229 B
Modula-2
8 lines
229 B
Modula-2
module github.com/halfrost/LeetCode-Go/ctl/models
|
|
|
|
go 1.19
|
|
|
|
replace github.com/halfrost/LeetCode-Go/ctl/util => ../util // indirect
|
|
|
|
require github.com/halfrost/LeetCode-Go/ctl/util v0.0.0-20220910195543-403dd2823892 // indirect
|