Fix some typos and run gofmt on all .go files
This commit is contained in:
@@ -52,7 +52,7 @@ func (c *Configuration) Limits() Limits {
|
||||
return c.settings.Limits
|
||||
}
|
||||
|
||||
// Rturns the allocations associated with this environment.
|
||||
// Returns the allocations associated with this environment.
|
||||
func (c *Configuration) Allocations() Allocations {
|
||||
c.mu.RLock()
|
||||
defer c.mu.RUnlock()
|
||||
|
||||
Reference in New Issue
Block a user