gangleri / mylib

go library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Very basic Go package I used to set-up and test publishing packages using Canonical import paths.

install:

go get gangleri.io/pkg/mylib

usage:

import (
        "gangleri.io/pkg/mylib"
        ...
)

HTML used to publish the package:

<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
        <meta name="go-import" content="gangleri.io/pkg/mylib git https://github.com/gangleri/mylib">
    </head>
    <body>
    Nothing to see here; <a href="https://github.com/gangleri/mylib">move along</a>.
    </body>
</html>

About

go library


Languages

Language:Go 100.0%