DevClad-Inc / devclad

Functions prefixed with Get should return a value RVV-A0006
Anti-pattern
Major
a year agoa year old
function 'GetPic' seems to be a getter but it does not return any result
 33// 	GetPic()
 34// }
 35
 36func GetPic(w http.ResponseWriter, _ *http.Request) { 37	// err := godotenv.Load(filepath.Join("api/.env"))
 38	// fmt.Println("Loading .env file", err)
 39	// if err != nil { log.Fatal("Error loading .env file") }