This repository has been archived by the owner on May 6, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.html
238 lines (196 loc) · 9.98 KB
/
go.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Tawesoft® Go monorepo</title>
<meta name="description" content="A monorepo for small Go (golang) modules maintained by Tawesoft®" />
<meta name="go-import" content="tawesoft.co.uk/go git https://github.com/tawesoft/go.git">
<style>
html, body { color: #323232; background-color: #FFF; font-family: sans-serif; padding: 0; margin: 0; }
body { min-width: 800px; padding: 1em; }
h2, h3 { margin-top: 2em; }
a { color: #b63355; text-decoration: none; }
a:hover { text-decoration: underline; }
table { width: 100%; border-spacing: 0 0; }
table, thead, tbody, tr { border: 0; border-collapse: separate; text-align: left; }
th { border-bottom: 1px solid #000; }
th, td { padding: 0.5em; }
li { margin: 1em 0; }
#container { max-width: 800px; margin: 0 auto; }
#footer { max-width: 1200px; margin: 0 auto; text-align: right; margin-top: 2em; }
#footer li { margin: 0; }
table.pkg td.stable { text-align: center; }
table.pkg td.stable > span { color: #b63355; }
table.pkg td.links { padding-left: 0; }
table.pkg td.links > a { display: inline-block; background-color: #FEE; padding: 0.5em 1em; margin: 0.25em; text-decoration: none; }
table.pkg td.links > a:first-child { margin-left: 0; }
table.pkg td.links > a:hover { background-color: #b63355; color: #FFF; }
table.pkg tbody > tr { height: 4em; line-height: 1.5em; }
div#footer {
padding-top: 64px;
color: #686062; }
div#footer > div.block {
text-align: right; }
div#footer a {
color: #b73154; }
div#footer a:hover {
text-decoration: underline; }
div#footer ul {
list-style-type: none; }
div#footer div.smedia {
float: left;
margin-bottom: 1em; }
div#footer div.smedia a {
display: inline-block;
width: 64px;
height: 64px;
margin-right: 16px;
background-image: url("smedia.png");
background-repeat: no-repeat; }
div#footer div.smedia a:hover {
text-decoration: none !important; }
div#footer div.smedia a.twitter {
width: 42px;
background-position: 0px 14px; }
div#footer div.smedia a.twitter:hover {
background-position: -43px 14px; }
div#footer div.smedia a.linkedin {
background-position: -86px 0; }
div#footer div.smedia a.linkedin:hover {
background-position: -150px 0; }
div#footer div.smedia a.facebook {
background-position: -86px -64px; }
div#footer div.smedia a.facebook:hover {
background-position: -150px -64px; }
div#footer div.smedia a.github {
background-position: -86px -128px; }
div#footer div.smedia a.github:hover {
background-position: -150px -128px; }
</style>
</head>
<body>
<div id="container">
<div style="float: right; margin: 1em;">
<a href="https://www.tawesoft.co.uk/products/open-source-software"><img src="https://www.tawesoft.co.uk/media/0/logo-240r.png" alt="Tawesoft Logo" /></a>
</div>
<h1>tawesoft.co.uk/go</h1>
<p>A monorepo for small Go modules maintained by <a href="https://www.tawesoft.co.uk/">Tawesoft<sup>®</sup></a></p>
<p>This is permissively-licensed open source software but exact licenses may vary between modules.</p>
<h2>Frozen - please migrate</h2>
<div style="background-color: #FFC; padding: 1em;">
<p><b>These packages are moving to <a href="https://github.com/tawesoft/golib">github.com/tawesoft/golib</a></b>.</p>
<p>This is to increase security against possible supply chain attacks such as our domain name expiring in the future and being registered by someone else.</p>
<p>Please migrate to <a href="https://github.com/tawesoft/golib">github.com/tawesoft/golib</a> (when available) instead.</p>
<p>Most programs relying on a package in this monorepo, such as the <tt>dialog</tt> or <tt>lxstrconv</tt> packages, will continue to work for the foreseeable future.</p>
<p>Rarely used packages have been hidden for now - they are in the git commit history at <a href="https://github.com/tawesoft/go">github.com/tawesoft/go</a> if you need to resurrect one.</p>
</div>
<h2>Download</h2>
<pre>go get -u tawesoft.co.uk/go</pre>
<h2>Packages</h2>
<table class="pkg">
<thead>
<tr>
<th style="width: 50%;">Module</th>
<th style="width: 20%;">Links</th>
<th style="width: 10%;">Stable?</th>
<th style="width: 20%;">License</th>
</tr>
</thead>
<tbody>
<tr>
<td><b>dialog</b><br />simple cross-platform messagebox<br /></td>
<td class="links">
<a href="https://www.tawesoft.co.uk/go/doc/dialog">docs</a>
<a href="https://github.com/tawesoft/go/tree/master/dialog">src</a>
</td>
<td class="stable"><span>✔</span> yes</td>
<td>
<a href="https://github.com/tawesoft/go/tree/master/dialog/LICENSE.txt">MIT-0</a>
</td>
</tr>
<tr>
<td><b>glcaps</b><br />read and check OpenGL capabilities<br /></td>
<td class="links">
<a href="https://www.tawesoft.co.uk/go/doc/glcaps">docs</a>
<a href="https://github.com/tawesoft/go/tree/master/glcaps">src</a>
</td>
<td class="stable"><span>✔</span> yes</td>
<td>
<a href="https://github.com/tawesoft/go/tree/master/glcaps/LICENSE.txt">MIT</a>
</td>
</tr>
<tr>
<td><b>humanizex</b><br />locale-aware natural number formatting<br /></td>
<td class="links">
<a href="https://www.tawesoft.co.uk/go/doc/humanizex">docs</a>
<a href="https://github.com/tawesoft/go/tree/master/humanizex">src</a>
</td>
<td class="stable"><span>✔</span> yes</td>
<td>
<a href="https://github.com/tawesoft/go/tree/master/humanizex/LICENSE.txt">MIT</a>
</td>
</tr>
<tr>
<td><b>lxstrconv</b><br />locale-aware number parsing<br /></td>
<td class="links">
<a href="https://www.tawesoft.co.uk/go/doc/lxstrconv">docs</a>
<a href="https://github.com/tawesoft/go/tree/master/lxstrconv">src</a>
</td>
<td class="stable"><span>✔</span> yes</td>
<td>
<a href="https://github.com/tawesoft/go/tree/master/lxstrconv/LICENSE.txt">MIT</a>
</td>
</tr>
<tr>
<td><b>operator</b><br />operators as functions<br /></td>
<td class="links">
<a href="https://www.tawesoft.co.uk/go/doc/operator">docs</a>
<a href="https://github.com/tawesoft/go/tree/master/operator">src</a>
</td>
<td class="stable"><span>✔</span> yes</td>
<td>
<a href="https://github.com/tawesoft/go/tree/master/operator/LICENSE.txt">MIT-0</a>
</td>
</tr>
</tbody>
</table>
<h2>Links:</h2>
<ul>
<li>Home: <a href="https://tawesoft.co.uk/go/">tawesoft.co.uk/go</a></li>
<li>Docs hub: <a href="https://www.tawesoft.co.uk/go/doc/">tawesoft.co.uk/go/doc/</a></li>
<li>Repository: <a href="https://github.com/tawesoft/go">github.com/tawesoft/go</a></li>
<li>Or <a href="https://pkg.go.dev/search?q=tawesoft">search "tawesoft"</a> on <a href="https://go.dev/">go.dev</a></li>
</ul>
<h2>Support:</h2>
<h3>Free and Community Support</h3>
<ul>
<li><a href="https://github.com/tawesoft/go/issues">GitHub issues</a></li>
<li>Email <a href="mailto:[email protected]">[email protected]</a> (feedback welcomed, but support is "best effort")</li>
</ul>
<h3>Commercial Support</h3>
<p>Open source software from Tawesoft® is backed by commercial support options.</p>
<p>Email <a href="mailto:[email protected]">[email protected]</a> or visit
<a href="https://www.tawesoft.co.uk/products/open-source-software">tawesoft.co.uk/products/open-source-software</a> to learn more.</p>
</div>
<div id="footer" class="toplevel block">
<div class="smedia"
><a rel="external nofollow" class="facebook" href="https://www.facebook.com/tawesoft" title="Find Tawesoft on Facebook"> </a
><a rel="external nofollow" class="linkedin" href="https://www.linkedin.com/company/10149194" title="Connect with Tawesoft on LinkedIn"> </a
><a rel="external nofollow" class="github" href="https://github.com/tawesoft" title="Code with Tawesoft on GitHub"> </a
><a rel="external nofollow" class="twitter" href="https://twitter.com/tawesoft" title="Follow @tawesoft on Twitter"> </a
></div>
<div class="block">
<p lang="en-gb" class="en">Tawesoft ® is a trading style and registered trade mark of <strong>Tawesoft Ltd</strong><br />
Registered in England and Wales, Company Number 9735741</p>
<p lang="cy" class="cy">Tawesoft ® yn enw masnach a nod masnach cofrestredig o <strong>Tawesoft Cyf</strong><br />
Cofrestrwyd yng Nghymru a Lloegr, Rhif Cwmni 9735741</p>
<p>Copyright / <span lang="cy">Hawlfraint</span> © <a href="https://www.tawesoft.co.uk/">Tawesoft Ltd</a> 2019 - 2022</p>
<ul>
<li><a href="https://www.tawesoft.co.uk/about/tawesoft">About Tawesoft / <span lang="cy">Pwy yw Tawesoft?</span></a></li>
<li><a href="https://www.tawesoft.co.uk/about/contact">Contact us / <span lang="cy">Cysylltu â ni</span></a></li>
<li><a href="https://www.tawesoft.co.uk/about/privacy">Privacy / <span lang="cy">Preifatrwydd</span></a></li>
</ul>
</div>
</div>
</body>
</html>