Categorygithub.com/Essentialutils/go_custom_utils
modulepackage
0.0.2
Repository: https://github.com/essentialutils/go_custom_utils.git
Documentation: pkg.go.dev

# README

Go Reference Release

Import

import (
    gcu "github.com/Essentialutils/go_custom_utils"
)

Print Server Details

gcu.InfoPrint(gcu.InfoPrintData{
    ServerRunningPort: ":0000",
    ServerRunningMode: "Debug",
    OpenApiPath:       "/postman",
    Developer:         "Sharafas OM",
    Website:           "https://repad.dev/",
    Version:           "0.0.0",
})

output :

Alt text

# Functions

No description provided by the author
GetWifiIP returns the IPv4 address of the Wi-Fi interface.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author