Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

pkg.razonyang.com/gopkgs

Package Overview
Dependencies
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pkg.razonyang.com/gopkgs

Go Modules
Version
v1.6.0
Version published
Created
Source

Go Packages

Build Status

A self-host HTTP service that allow customizing your Go package import paths.

Features

  • Reports.
  • Badges.
  • I18N.

Preview

I launch up a free HTTP service(https://pkg.clevergo.tech). With this service, you only need a domain name to customize the import path of your packages.

The rest of sections introduces how to host on your own server.

Requirements

  • MySQL/MariaDB.
  • Redis.

Configuration

$ cp .env.example .env

Checkout the [.env.example] for details.

Migration

$ migrate --database mysql://user:password@tcp(host:port)/dbname?query -path=/migrations up

Checkout go-migrate for details.

Start service

$ go run main.go serve

FAQs

Package last updated on 27 Aug 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