oauth_test.go # test source
github.com/nf/
streak/
- .git/ # git repository metadata
+ .git/ # git repository metadata
oauth.go # command source
streak.go # command source
todo/
- .git/ # git repository metadata
+ .git/ # git repository metadata
task/
task.go # package source
todo.go # command source
const in, out = 4, 2
if x := Sqrt(in); x != out {
t.Errorf("Sqrt(%v) = %v, want %v", in, x, out)
- }
+ }
}
</pre>
<p>
After issuing the above <code>go get</code> command, the workspace directory
-tree should now now look like this:
+tree should now look like this:
</p>
<pre>