Remove redundant title from page body

Friedrich Große 2023-11-13 14:29:05 +01:00
parent cfa14467d0
commit 566204474b

@ -1,5 +1,3 @@
[https://github.com/golang/go/wiki/BoundingResourceUse/_edit](https://github.com/golang/go/wiki/BoundingResourceUse/_edit)# Bounding resource use
To bound a program's use of a limited resource - like memory - have goroutines synchronize their use of that resource using a buffered channel (i.e., use the channel as a semaphore):
```go