🚀 Launch Week Day 4:Introducing the Alert Details Page: A Better Way to Explore Alerts.Learn More →
Socket
Book a DemoInstallSign in
Socket

l7e.io/vanity/gin

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

l7e.io/vanity/gin

Go Modules
Version
v0.4.0
Version published
Created
Source

vanity

Go vanity server

Build Status Go Report Card Documentation Coverage Status License GitHub tag (latest SemVer)

Concepts1

  • VCS is Version Control System (such as 'git')
  • Repo root is the root path the source code repository (such as 'https://github.com/livetribe')
  • Domain is the internet address where the Go Vanity server is hosted (such as m4o.io or l7e.io). Domain is deduced from HTTP request.
  • Path is the path component of the Go package (such as /cmd/tcpproxy in kkn.fi/cmd/tcpproxy)

Features

  • Redirects browsers to pkg.go.dev, configurable to godoc.org
  • Redirects Go tool to VCS
  • Redirects HTTP to HTTPS
  • Configurable logger which is fully compatible with standard log package. Stdout is default.

Installation

go get l7e.io/vanity

Specification

1: Inspired by kkn.fi/vanity.

FAQs

Package last updated on 27 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts