mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 15:13:30 +00:00
10 lines
83 B
Plaintext
10 lines
83 B
Plaintext
go 1.25.5
|
|
|
|
use (
|
|
./backend
|
|
./pkg/models
|
|
./pkg/services
|
|
./pkg/utils
|
|
./worker
|
|
)
|