command
module
Version:
v0.0.0-...-97fec7c
Opens a new window with list of versions in this module.
Published: Nov 17, 2025
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
api-students
API to manage "Golang do Zero" Course Students
Routes:
- Get /students - List all students
- POST /students - Create student
- GET /students/:id - Get infos from a specific student
- PUT /students/:id - Update student info
- DELETE /students/:id - Delete student
- GET /students?active=<true/false> - List all active/non-active students
Struct Student:
- Name (string)
- CPF (int)
- Email (string)
- Age (int)
- Active (bool)
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.