This is a non-cryptographic hash (aka checksum) to verify data integrity.
## API
```go
sum:=hash.Bytes(data)
```
You can use `strconv.FormatUint(sum, 16)` to get a string in hexadecimal format.
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.