<feed xmlns='http://www.w3.org/2005/Atom'>
<title>New-House-on-the-Block/purchase, branch master</title>
<subtitle>Real estate transactions using Bitcoin | AngelHack 2015.06.06</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/New-House-on-the-Block/'/>
<entry>
<title>purchase.go: Split `SendMoney` declaration onto 2 lines</title>
<updated>2015-06-07T23:38:02+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-06-07T23:38:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/New-House-on-the-Block/commit/?id=502db93bf61c1c73d7b774d862f91b6fafefb1e6'/>
<id>502db93bf61c1c73d7b774d862f91b6fafefb1e6</id>
<content type='text'>
Makes it easier to read. Previously I had trouble trying to do this
because I put the argument list on the second line by itself but you
can't do that. You need to separate at a comma inside a set of
parentheses in order to compile.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes it easier to read. Previously I had trouble trying to do this
because I put the argument list on the second line by itself but you
can't do that. You need to separate at a comma inside a set of
parentheses in order to compile.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move `sendMoney` func to `purchase` package</title>
<updated>2015-06-07T15:53:32+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-06-07T15:53:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/New-House-on-the-Block/commit/?id=01186c52c83bccffad17dde5a24712b86dc3e68e'/>
<id>01186c52c83bccffad17dde5a24712b86dc3e68e</id>
<content type='text'>
Create a new package for sending money. Take API keys as args which
obviously is not a good idea but it's a hackathon.

* Add functions in main.go to initiate hard-coded transactions for house
  buyer and seller
* Move from "com.teddywing" to "github.com/teddywing"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create a new package for sending money. Take API keys as args which
obviously is not a good idea but it's a hackathon.

* Add functions in main.go to initiate hard-coded transactions for house
  buyer and seller
* Move from "com.teddywing" to "github.com/teddywing"
</pre>
</div>
</content>
</entry>
</feed>
