package
Version:
v0.0.0-...-3b15a80
Opens a new window with list of versions in this module.
Published: Nov 14, 2024
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
// Start server
port := ":6969"
if err := router.Run(port); err != nil {
log.Fatalf("Server failed to start: %v", err)
}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.