move Rob Pike talk to Requirements
diff --git a/Go2ErrorHandlingFeedback.md b/Go2ErrorHandlingFeedback.md
index 8a0e044..56ae05e 100644
--- a/Go2ErrorHandlingFeedback.md
+++ b/Go2ErrorHandlingFeedback.md
@@ -14,6 +14,8 @@
 
 - Ian Lance Taylor, “[Incomplete list of criteria](https://github.com/golang/go/issues/21161#issuecomment-389380686)” from GitHub proposal discussion, May 2018
 
+- Rob Pike “[Simplicity is Complicated](https://www.youtube.com/watch?v=rFejpH_tAHM)”, December 2015
+
 # In support
 
 This includes supporting the existing chaining/stacking of handlers without changes.
@@ -43,8 +45,6 @@
 
 - Shannon Wynter "[Error Handling as it can already be done](https://gist.github.com/freman/0b372e46c72f6a27652538b9930ee851)", August 2018
 
-- Rob Pike ["Simplicity is Complicated"](https://www.youtube.com/watch?v=rFejpH_tAHM), December 2015
-
 # Counter-proposals
 
 ## Error handling with normal functions