Skip to content

Commit

Permalink
miguelbernadi: add my very own main.go
Browse files Browse the repository at this point in the history
Change-Id: I36526327c56867b654a98c061f8ee623da6b339c
Reviewed-on: https://go-review.googlesource.com/136023
Reviewed-by: Daniel Martí <[email protected]>
Run-TryBot: Daniel Martí <[email protected]>
TryBot-Result: Gobot Gobot <[email protected]>
  • Loading branch information
miguelbernadi authored and mvdan committed Sep 18, 2018
1 parent ad1c8b6 commit a462665
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions miguelbernadi/main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// 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("who even needs fmt?")
}

0 comments on commit a462665

Please sign in to comment.