Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.

Commit

Permalink
go fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
akrennmair committed Sep 12, 2012
1 parent 01729d3 commit 642ef62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions activities.go
Expand Up @@ -9,8 +9,8 @@ import (
) )


type Activity struct { type Activity struct {
Id string `json:"id"` Id string `json:"id"`
Timestamp string `json:"ts"` Timestamp string `json:"ts"`
Description string `json:"desc"` Description string `json:"desc"`
} }


Expand Down

0 comments on commit 642ef62

Please sign in to comment.