Integers work as you would expect. Let's write an Add function to try things out. Create a test file called adder_test.go and write this code. Note: Go source files can only have one package per ...