Dave Brophy
Dave Brophy
> Codecov is barely adequate. For Go, they count non-code lines (comments etc.) as not executed. It's impossible to get 100% code coverage as reported by the tool. Coveralls seems...
```go func main() { value := gtranslate.Translate{ Text: "这是第一句话。 这是第二句话。", From: "zh-cn", To: "en", } translated, err := gtranslate.Translator(value) if err != nil { panic(err) } fmt.Printf("%#v\n", translated.Text) // Output:...
Not sure if this is expected: ``` ubuntu@instance-20250308-1958:~$ lscpu Architecture: aarch64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Vendor ID: ARM Model name:...