transparent

package module
v0.0.0-...-c378a95 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2025 License: MIT Imports: 5 Imported by: 0

README

transparent

transparent is a simple pure Go URL cleaner that uses the ClearURL rule database.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Clear

func Clear(value string) (cleared string, changed bool)

Clear checks value against the known rules for cleaning a URL. If any rules apply, the cleaned URL is returned. If no rules apply, the originally passed URL and false are returned.

If value is not a valid URL, the results are undefined.

Types

This section is empty.

Directories

Path Synopsis
internal
cmd/genrules command

Jump to

Keyboard shortcuts

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