[go-nuts] Re: Static thread safety analysis?

2021-06-16 Thread 'George Talbot' via golang-nuts
I added a strawman proposal which hopefully will capture some discussion? On Wednesday, June 16, 2021 at 1:31:01 PM UTC-4 George Talbot wrote: > Hi. Quick question. Was reading this issue > about tags for

[go-nuts] SFTPGo 2.1.0 released

2021-06-16 Thread Nicola Murino
Hi all, I'm pleased to announce SFTPGo 2.1.0! SFTPGo is a fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support, written in Go. It can serve local filesystem, S3 (compatible) Object Storage, Google Cloud Storage, Azure Blob Storage, other SFTP servers. Here

[go-nuts] Static thread safety analysis?

2021-06-16 Thread 'George Talbot' via golang-nuts
Hi. Quick question. Was reading this issue about tags for static analysis tools. Is there a more generic issue around static thread safety analysis (like what clang does ) and getting that sor

[go-nuts] Generate benchmark binary

2021-06-16 Thread Thomas Pelletier
Hi, I would like to be able to generate a binary for an existing benchmark, with the intent of using this binary with performance analysis tools (for example perf, cachegrind, etc). Is there an known method to achieve that? The current workflow is to copy the code of the benchmark, put it in a