Skip to content

Commit

Permalink
dirbaio: add main.go
Browse files Browse the repository at this point in the history
Change-Id: I042f2afa2bf2788391ae9b8f7c79d18a400c51b6
Reviewed-on: https://go-review.googlesource.com/136019
Reviewed-by: Daniel Martí <[email protected]>
Run-TryBot: Daniel Martí <[email protected]>
TryBot-Result: Gobot Gobot <[email protected]>
  • Loading branch information
Dirbaio authored and mvdan committed Sep 18, 2018
1 parent a462665 commit 2fe947d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dirbaio/main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package main

import "fmt"

func main() {
fmt.Println("200 OK")
}

0 comments on commit 2fe947d

Please sign in to comment.