diff options
author | Martin Fischer <martin@push-f.com> | 2025-04-13 22:19:45 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-04-14 07:04:45 +0200 |
commit | ef3318a78050ea8aa4f6a65dd4673958c0eadf85 (patch) | |
tree | 8328422f9ee89310d294e424ad8fe79f8cad9070 /lex-serve/main_test.go | |
parent | 564d0acca8aea41e9d2d233f64d1cdda6dbcd4ab (diff) |
Diffstat (limited to 'lex-serve/main_test.go')
-rw-r--r-- | lex-serve/main_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lex-serve/main_test.go b/lex-serve/main_test.go index bd284a8..a45c38d 100644 --- a/lex-serve/main_test.go +++ b/lex-serve/main_test.go @@ -59,6 +59,7 @@ func TestStartPage(t *testing.T) { <div class=countries> </div> + <p><a href="https://git.push-f.com/lex-surf">source code</a></p> </body> </html> ` |