17 lines
524 B
HTML
17 lines
524 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||
|
<meta name="go-import" content="mcmillian.dev/go/woodstock git https://gitlab.com/thrrgilag/woodstock.git">
|
||
|
<link rel="stylesheet" href="/style.css">
|
||
|
<title>woodstock</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<h1>woodstock</h1>
|
||
|
<p>A client library for pnut.io written in Go.</p>
|
||
|
<p>Project hosted on <a href="https://gitlab.com/thrrgilag/woodstock">GitLab</a>.</p>
|
||
|
</body>
|
||
|
</html>
|