https://github.com/amorey/helm-bugdemo
https://github.com/amorey/helm-bugdemo
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amorey/helm-bugdemo
- Owner: amorey
- Created: 2025-01-15T11:07:24.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-15T11:11:57.000Z (4 months ago)
- Last Synced: 2025-03-01T09:49:47.064Z (3 months ago)
- Language: Go
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# helm-bugdemo
Example to show that importing `helm.sh/helm/v3/pkg/action` results in a warning when `go test -race` is run:
```
$ go test -race ./...
# helm-bugdemo.test
ld: warning: '/private/var/folders/x2/mygv_s3s0fj72cqn6tn8sphr0000gn/T/go-link-2763748380/000012.o' has malformed LC_DYSYMTAB, expected 98 undefined symbols to start at index 884, found 95 undefined symbols starting at index 884
ok helm-bugdemo 1.166s
```