mirror of
https://github.com/donl/gPanel.git
synced 2026-05-31 06:12:34 -06:00
Merge pull request #46 from george-e-shaw-iv/master
Showcasing git workflow in open source projects
This commit is contained in:
commit
5b855b3587
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ Go has [testing baked in the language](https://golang.org/pkg/testing/) and we w
|
|||
```go
|
||||
// addTwoPositiveIntegers returns the sum of two positive integers.
|
||||
// When the two integers are not positive, it returns the zero-value of an integer and an error.
|
||||
// BUG(george-e-shaw-iv) This function cannot handle negative integers
|
||||
// BUG(george-e-shaw-iv) This function cannot handle negative integers, this needs addressed
|
||||
func addTwoPositiveIntegers(one int, two int) (int, error) {
|
||||
var answer int
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue