Qr

package module
v0.0.0-...-16dd0ea Latest Latest
Warning

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

Go to latest
Published: Oct 26, 2025 License: MIT Imports: 5 Imported by: 1

README

QrGo

This library generates QR codes from URLs.

Installation

go get github.com/kaedeek/QrGo

Usage

package main

import (
	"fmt"

	versalog "github.com/VersaLog/VersaLog.go/VersaLog"
	Qr "github.com/kaedeek/QrGo"
)

func main() {
	logger := versalog.NewVersaLog("detailed", false, false, "QR Created", false, false, false, []string{}, false, false)
	url := "https://example.com"

	err := Qr.QrCreated(url)
	if err != nil {
		logger.Error(fmt.Sprintf("Failed to generate QR code: %v", err))
	}

	logger.Info("QR code generated successfully.")
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func QrCreated

func QrCreated(url string) error

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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