Mirror of https://github.com/SamyRai/turash - Industrial Symbiosis Platform
Go to file
Damir Mukimov 4a2fda96cd
Initial commit: Repository setup with .gitignore, golangci-lint v2.6.0, and code quality checks
- Initialize git repository
- Add comprehensive .gitignore for Go projects
- Install golangci-lint v2.6.0 (latest v2) globally
- Configure .golangci.yml with appropriate linters and formatters
- Fix all formatting issues (gofmt)
- Fix all errcheck issues (unchecked errors)
- Adjust complexity threshold for validation functions
- All checks passing: build, test, vet, lint
2025-11-01 07:36:22 +01:00
concept Initial commit: Repository setup with .gitignore, golangci-lint v2.6.0, and code quality checks 2025-11-01 07:36:22 +01:00
dev_guides Initial commit: Repository setup with .gitignore, golangci-lint v2.6.0, and code quality checks 2025-11-01 07:36:22 +01:00
funding Initial commit: Repository setup with .gitignore, golangci-lint v2.6.0, and code quality checks 2025-11-01 07:36:22 +01:00
models Initial commit: Repository setup with .gitignore, golangci-lint v2.6.0, and code quality checks 2025-11-01 07:36:22 +01:00
.gitignore Initial commit: Repository setup with .gitignore, golangci-lint v2.6.0, and code quality checks 2025-11-01 07:36:22 +01:00
ARCHITECTURAL_REFACTORING_PLAN.md Initial commit: Repository setup with .gitignore, golangci-lint v2.6.0, and code quality checks 2025-11-01 07:36:22 +01:00
feedback.md Initial commit: Repository setup with .gitignore, golangci-lint v2.6.0, and code quality checks 2025-11-01 07:36:22 +01:00
funding.md Initial commit: Repository setup with .gitignore, golangci-lint v2.6.0, and code quality checks 2025-11-01 07:36:22 +01:00
IMPLEMENTATION_GAP_REPORT.md Initial commit: Repository setup with .gitignore, golangci-lint v2.6.0, and code quality checks 2025-11-01 07:36:22 +01:00
mvp_concept.md Initial commit: Repository setup with .gitignore, golangci-lint v2.6.0, and code quality checks 2025-11-01 07:36:22 +01:00
turash_branding.md Initial commit: Repository setup with .gitignore, golangci-lint v2.6.0, and code quality checks 2025-11-01 07:36:22 +01:00