-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add golines to makefile and execute (#177)
Signed-off-by: Chris Gianelloni <[email protected]>
- Loading branch information
Showing
9 changed files
with
64 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,18 +30,18 @@ import ( | |
ginSwagger "github.com/swaggo/gin-swagger" // gin-swagger middleware | ||
) | ||
|
||
// @title cardano-node-api | ||
// @version 1.0 | ||
// @description Cardano Node API | ||
// @host localhost | ||
// @Schemes http | ||
// @BasePath /api | ||
// @contact.name Blink Labs | ||
// @contact.url https://blinklabs.io | ||
// @contact.email [email protected] | ||
// @title cardano-node-api | ||
// @version 1.0 | ||
// @description Cardano Node API | ||
// @host localhost | ||
// @Schemes http | ||
// @BasePath /api | ||
// @contact.name Blink Labs | ||
// @contact.url https://blinklabs.io | ||
// @contact.email [email protected] | ||
// | ||
// @license.name Apache 2.0 | ||
// @license.url http://www.apache.org/licenses/LICENSE-2.0.html | ||
// @license.name Apache 2.0 | ||
// @license.url http://www.apache.org/licenses/LICENSE-2.0.html | ||
func Start(cfg *config.Config) error { | ||
// Disable gin debug and color output | ||
gin.SetMode(gin.ReleaseMode) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters