Support for embedding interfaces.

This commit is contained in:
Alec Thomas
2018-09-12 13:18:52 +10:00
parent fd197e5081
commit 37d57a878b
3 changed files with 31 additions and 1 deletions
+2
View File
@@ -33,3 +33,5 @@ issues:
- 'Error return value of .(.*\.Help|.*\.MarkFlagRequired|(os\.)?std(out|err)\..*|.*Close|.*Flush|os\.Remove(All)?|.*printf?|os\.(Un)?Setenv). is not checked'
- 'exported method (.*\.MarshalJSON|.*\.UnmarshalJSON) should have comment or be unexported'
- 'composite literal uses unkeyed fields'
- 'bad syntax for struct tag key'
- 'bad syntax for struct tag pair'