Skip to content

ilkergzlkkr/go-first-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Go Fiber API

Description

Using GoLang 1.23.4 and Fiber 2.52.6 to create a simple API.

Installation

go mod tidy

Usage

go run main.go

Generate Swagger Documentation

Swagger is a tool that can help to document APIs. To generate the Swagger documentation, run the following command:

swag init

This will generate a docs folder with the Swagger documentation.

Note: You need to have the swag tool installed.

Github Repo

About

Go Fiber App with OpenAPI spec compliant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published