package
0.5.4
Repository: https://github.com/rl404/mal-db.git
Documentation: pkg.go.dev

# Functions

BatchInsertQuery to create raw batch insert query.
GetDuration to get duration in seconds.
GetMapKey to get key from map.
GetQuery to get URL query with default value.
GetValueFromSplit to get value from splitted string.
ResponseWithJPEG to write response with JPEG format.
ResponseWithJSON to write response with JSON format.
SecondToString to convert int seconds to string duration.
StrToNum to convert string number to integer including comma removal (1,234 -> 1234).
Thousands to format int to thousands string format.
UniqueInt to remove duplicate in slice.

# Structs

Response is standard api response model.