db823136983d45ec494ff390c0854ae8c9cb69c9
[HTML5TV.git] / media / goog-go / hCalendar.html
1 <!-- http://microformats.org/wiki/hcalendar-cheatsheet -->
2 <div class="vevent">
3  <span class="organiser">
4 Rob Pike
5  </span>
6  <span class="summary">
7 What is Go?
8  </span>
9  <a class="url" href="http://golang.org/">Google</a>,
10  <abbr class="dtstart" title="20091030">October 30, 2009</abbr>
11  <div class="description">
12 Go is a new experimental systems programming language intended to make software development fast. Our goal is that a major Google binary should be buildable in a few seconds on a single machine. The language is concurrent, garbage-collected, and requires explicit declaration of dependencies. Simple syntax and a clean type system support a number of programming styles.
13  </div>
14 </div>