Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lxd/project/project: simplify string concatenation operations
`fmt.Sprintf` being much slower it should be kept for when it is really needed. It's slowness comes from using reflection under the hood making it the slowest of the `fmt.Sprint*` functions. Signed-off-by: Simon Deziel <[email protected]>
- Loading branch information