Skip to content

Commit 2d28541

Browse files
gopherbotdmitshur
authored andcommitted
gopherbot: greet world
Beep boop. ʕ◔ϖ◔ʔ Change-Id: I9c51dcedb66c889faede11ad64101cbe59ac06c2 Reviewed-on: https://go-review.googlesource.com/c/scratch/+/348489 Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Alexander Rakoczy <[email protected]> Trust: Dmitri Shuralyov <[email protected]>
1 parent f6f7392 commit 2d28541

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

gopherbot/a.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// Copyright 2021 The Go Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style
3+
// license that can be found in the LICENSE file.
4+
5+
package gopherbot
6+
7+
// This is file a.go.

gopherbot/b.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// Copyright 2021 The Go Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style
3+
// license that can be found in the LICENSE file.
4+
5+
package gopherbot
6+
7+
// This is file b.go.

0 commit comments

Comments
 (0)