Add requests package and implement JSON fetching in main.go

This commit is contained in:
2025-05-25 00:52:31 +03:00
parent 9aaefaa72b
commit 53a739e5d2
20 changed files with 22 additions and 1 deletions

0
internal/config/config.go Normal file → Executable file
View File

0
internal/db/conn.go Normal file → Executable file
View File

0
internal/db/schema.sql Normal file → Executable file
View File

0
internal/db/sqlc.yaml Normal file → Executable file
View File

0
internal/logger/logger.go Normal file → Executable file
View File

0
internal/test/adapters/http.go Normal file → Executable file
View File

0
internal/test/db/generated/db.go Normal file → Executable file
View File

0
internal/test/db/generated/models.go Normal file → Executable file
View File

0
internal/test/db/generated/queries.sql.go Normal file → Executable file
View File

0
internal/test/db/queries.sql Normal file → Executable file
View File

0
internal/test/repository.go Normal file → Executable file
View File

0
internal/test/service.go Normal file → Executable file
View File