Discover Packages
github.com/brianbianchi/shortener
data
package
Version:
v0.0.0-...-54eb79c
Opens a new window with list of versions in this module.
Published: Dec 16, 2023
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Validates that a string has a URL structure
Creates a random sequence of characters for the URL code
type URL struct {
Link string `json:"link"`
Code string `json:"code"`
Created string `json:"created"`
Visited int `json:"visited"`
LastVisited string `json:"last_visited"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.