projeto com auxílio de amigos para desenvoltura em golang

3 Open Issues Need Help Last updated: Jul 18, 2025

Open Issues Need Help

View All on GitHub
Programming Golang Development

AI Summary: Implement struct validation for DTOs in a GoLang project to enhance data security and improve error feedback. The task involves adding validation to ensure data received meets established requirements, returning appropriate error messages for invalid input.

Complexity: 3/5
enhancement good first issue

projeto com auxílio de amigos para desenvoltura em golang

Go
Programming Golang Development

AI Summary: Refactor the Go application's database configuration to load credentials from environment variables instead of hardcoding them. Use the godotenv library to achieve this.

Complexity: 2/5
enhancement good first issue

projeto com auxílio de amigos para desenvoltura em golang

Go
Programming Golang Development
Buscar um usuário por ID about 2 months ago

AI Summary: Implement a new API endpoint (/user/:id) to retrieve a user by their ID. The endpoint should return a 200 OK status with user data (name and email, excluding password) if successful, a 404 NOT FOUND with an error message if the user doesn't exist, and a 500 INTERNAL SERVER ERROR with the error cause if an error occurs. Unit tests are not required at this time.

Complexity: 2/5
enhancement good first issue

projeto com auxílio de amigos para desenvoltura em golang

Go