inspiro

package module
v0.0.3-0...-ffd8807 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 13, 2021 License: MIT Imports: 2 Imported by: 0

README

inspiro

A tiny package for generating a link from https://inspirobot.me

Example

package main

import (
    "fmt"

    "go.etztech.xyz/inspiro"
)

func main() {
    link, err := inspiro.Generate()
    if err != nil {
        panic(err)
    }
    
    fmt.Println(link)
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Generate

func Generate() (string, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL