gopherbot: greet world

Beep boop. ʕ◔ϖ◔ʔ

Change-Id: I9c51dcedb66c889faede11ad64101cbe59ac06c2
Reviewed-on: https://go-review.googlesource.com/c/scratch/+/348489
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Trust: Dmitri Shuralyov <dmitshur@golang.org>
diff --git a/gopherbot/a.go b/gopherbot/a.go
new file mode 100644
index 0000000..d4ab2aa
--- /dev/null
+++ b/gopherbot/a.go
@@ -0,0 +1,7 @@
+// Copyright 2021 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 gopherbot
+
+// This is file a.go.
diff --git a/gopherbot/b.go b/gopherbot/b.go
new file mode 100644
index 0000000..912024f
--- /dev/null
+++ b/gopherbot/b.go
@@ -0,0 +1,7 @@
+// Copyright 2021 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 gopherbot
+
+// This is file b.go.