summary refs log tree commit diff stats
path: root/main.go
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-05-28 01:40:44 -0400
committerBen Morrison <ben@gbmor.dev>2019-05-28 01:40:44 -0400
commit6c05076bcf7d988312267ea5599cf47f2138a8cc (patch)
tree8866842991ad75d7abd14abe2446b0e092c559ba /main.go
parentc3fcb4597dfa86e233811d783d35fbf5fb603833 (diff)
downloadgetwtxt-6c05076bcf7d988312267ea5599cf47f2138a8cc.tar.gz
comments edited
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index e9047cc..ff0447e 100644
--- a/main.go
+++ b/main.go
@@ -44,7 +44,7 @@ func main() {
 		HandlerFunc(apiEndpointHandler)
 
 	// Using stdlib net/url to validate the input URLs rather than regex.
-	// Validating a URL with regex is unwieldly
+	// Validating a URL with regex is unwieldy
 	api.Path("/{format:(?:plain)}/{endpoint:(?:mentions|users|tweets)}").
 		Queries("url", "{url}", "q", "{query}").
 		Methods("GET").
ell <galen@galenabell.com> 2020-03-03 08:45:06 -0500 committer Reto Brunner <reto@labrat.space> 2020-03-03 20:08:37 +0100 Mark sent messages as "seen" in maildir' href='/akspecs/aerc/commit/go.mod?id=6ff3c7a1ba680506d77fc1fe8dfbf5b804a3fea7'>6ff3c7a ^
17aede5 ^
331b915 ^
974b22c ^
6473848 ^
84f49e9 ^
974b22c ^

d394fd1 ^
0c2ede5 ^
b2fa5a1 ^
0c2ede5 ^
0c2ede5 ^
56b84d3 ^
974b22c ^
513e8aa ^
cef784b ^
974b22c ^


8d20e92 ^
3f452ca ^
b47143c ^
b0eaf51 ^
b47143c ^
974b22c ^

3836d24 ^
56b84d3 ^
1f6c108 ^
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