modulepackage
1.0.8
Repository: https://github.com/cellularhacker/core-go.git
Documentation: pkg.go.dev
# README
core-go
Common core utils across based on Cellularhacker's code written in Go.
Usage
- How to import?
go get -u github.com/Cellularhacker/core-go
※ Important
- package name is just
core
. so you have to use likecore.IsProductionMode()
, notcore-go.IsProductionMode()
.
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
MARK: For Program's localization settings.
MARK: For Program's running mode settings.
MARK: For Program's localization settings.
MARK: For Program's localization settings.
MARK: For Program's running mode settings.
MARK: For Program's running mode settings.
# Variables
HttpErrors : that could be happened during~end of the HTTP(S) Requests in Unexpected errors or Custom errors.
# Structs
HttpClient : The struct for using HTTP(S) Requests.