remove HTTP server

This commit is contained in:
2024-11-16 12:24:42 +07:00
parent 1f83105c8c
commit 50c86e82d7
14 changed files with 96 additions and 381 deletions

View File

@ -12,7 +12,6 @@ import (
)
var spotRe *regexp.Regexp = regexp.MustCompile(`DX\sde\s([\w\d]+).*:\s+(\d+.\d)\s+([\w\d\/]+)\s+(CW|SSB|FT8|FT4|RTTY|USB|LSB)?\s+(.*)\s\s\s+([\d]+\w{1})`)
var count int = 0
type TCPClient struct {
Login string