
## ❌ fixtures/external/go/go-junit-report.xml
**5** tests were completed in **1s** with **2** passed, **2** failed and **1** skipped.
|Test suite|Passed|Failed|Skipped|Time|
|:---|---:|---:|---:|---:|
|[github.com/company/package1](#r0s0)||||0ms|
|[github.com/company/package2](#r0s1)|1✔️|||482ms|
|[github.com/company/package3](#r0s2)|1✔️|2❌|1✖️|835ms|
### ✔️ github.com/company/package2
```
github.com/company/package2
✔️ TestPackage2
```
### ❌ github.com/company/package3
```
github.com/company/package3
❌ TestPackage3-1
Just error here
✔️ TestPackage3-2
✖️ TestPackage3-3
❌ TestPackage3-4
```