Add a bunch of TODOs
This commit is contained in:
parent
65818ed0e1
commit
35806576f9
5 changed files with 9 additions and 0 deletions
|
@ -6,6 +6,8 @@ import (
|
|||
"strings"
|
||||
)
|
||||
|
||||
// TODO: Pull this out into math package and get more test coverage
|
||||
|
||||
// Abs gets the absolute value of an int
|
||||
func Abs(x int) int {
|
||||
if x < 0 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue