devapp/owners: add rstamber and iancottrell as owners for gopls

Change-Id: I9e6df0afd100de0d8e16495190008ea4eb51d777
Reviewed-on: https://go-review.googlesource.com/c/build/+/169442
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
diff --git a/devapp/owners/table.go b/devapp/owners/table.go
index 25da0d1..7feb2f6 100644
--- a/devapp/owners/table.go
+++ b/devapp/owners/table.go
@@ -41,6 +41,7 @@
 	hanwen       = gh("hanwen")
 	hyangah      = gh("hyangah")
 	iant         = gh("ianlancetaylor")
+	iancottrell  = gh("ianthehat")
 	jbd          = gh("rakyll")
 	joetsai      = gh("dsnet")
 	josharian    = gh("josharian")
@@ -60,6 +61,7 @@
 	r            = gh("robpike")
 	rlh          = gh("RLH")
 	rsc          = gh("rsc")
+	rstambler    = gh("stamblerre")
 	sameer       = gh("Sajmani")
 	thanm        = gh("thanm")
 	tklauser     = gh("tklauser")
@@ -613,6 +615,9 @@
 		Primary:   []Owner{bradfitz},
 		Secondary: []Owner{josharian},
 	},
+	"tools/cmd/gopls": {
+		Primary: []Owner{rstambler, iancottrell},
+	},
 	"tools/cmd/stringer": {
 		Secondary: []Owner{mvdan},
 	},
@@ -622,6 +627,9 @@
 	"tools/go/packages": {
 		Primary: []Owner{matloob},
 	},
+	"tools/internal/lsp": {
+		Primary: []Owner{rstambler, iancottrell},
+	},
 	"playground": {
 		Secondary: []Owner{ysmolsky},
 	},