Skip to content

Commit

Permalink
update package comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ajstarks committed Mar 31, 2012
1 parent 8d06de8 commit 36a380a
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 23 deletions.
5 changes: 1 addition & 4 deletions bulletgraph/bulletgraph.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// bulletgraph - bullet graphs
// Bullet Graph Design Specification, Steven Few
// http://www.perceptualedge.com/articles/misc/Bullet_Graph_Design_Spec.pdf

// bulletgraph - bullet graphs (Bullet Graph Design Specification http://www.perceptualedge.com/articles/misc/Bullet_Graph_Design_Spec.pdf)
package main

import (
Expand Down
1 change: 0 additions & 1 deletion codepic/codepic.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// codepic -- produce code+output sample suitable for slides

package main

import (
Expand Down
1 change: 0 additions & 1 deletion colortab/colortab.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// colortab -- make a color/code placemat

package main

import (
Expand Down
1 change: 0 additions & 1 deletion f50/f50.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// f50 -- given a search term, display 10x5 image grid, sorted by interestingness

package main

import (
Expand Down
4 changes: 1 addition & 3 deletions flower/flower.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// flower - draw random flowers
// inspired by Evelyn Eastmond's DesignBlocks gererated "grain2"

// flower - draw random flowers, inspired by Evelyn Eastmond's DesignBlocks gererated "grain2"
package main

import (
Expand Down
4 changes: 1 addition & 3 deletions lewitt/lewitt.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// lewitt: inspired by by Sol LeWitt's Wall Drawing 91:
package main
//
// A six-inch (15 cm) grid covering the wall.
// Within each square, not straight lines from side to side, using
Expand All @@ -7,9 +8,6 @@
//
// This version violates the original instructions in that straight lines
// as well as arcs are used

package main

import (
"flag"
"fmt"
Expand Down
1 change: 0 additions & 1 deletion ltr/ltr.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// ltr: Layer Tennis remixes

package main

import (
Expand Down
1 change: 0 additions & 1 deletion planets/planets.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// planets: an exploration of scale

package main

import (
Expand Down
1 change: 0 additions & 1 deletion pmap/pmap.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// pmap percentage maps

package main

import (
Expand Down
3 changes: 1 addition & 2 deletions richter/richter.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// richter inspired by Gerhard Richter's 256 colors, 1974

// richter -- inspired by Gerhard Richter's 256 colors, 1974
package main

import (
Expand Down
1 change: 0 additions & 1 deletion svgdef/svgdef.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// svgdef - SVG Object Definition and Use

package main

import (
Expand Down
4 changes: 0 additions & 4 deletions tsg/tsg.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
// tsg -- twitter search grid
//
// Anthony Starks ([email protected])
//

package main

import (
Expand Down

0 comments on commit 36a380a

Please sign in to comment.