Skip to content

Commit

Permalink
Merge pull request illacceptanything#6 from millere/master
Browse files Browse the repository at this point in the history
Add a backend for our webscale
  • Loading branch information
mrkrstphr committed Apr 7, 2015
2 parents 0fd37c6 + 0e8427c commit 3ac7c77
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions backend.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package main

import "fmt"

func main() {
fmt.Println("Yep, this should serve content")
}

0 comments on commit 3ac7c77

Please sign in to comment.