mirror of
https://github.com/emirpasic/gods.git
synced 2026-06-15 16:16:35 +03:00
- naming conventions (calling interfaces by what they are)
This commit is contained in:
@@ -38,7 +38,7 @@ import (
|
||||
)
|
||||
|
||||
func assertInterfaceImplementation() {
|
||||
var _ stacks.Interface = (*Stack)(nil)
|
||||
var _ stacks.Stack = (*Stack)(nil)
|
||||
}
|
||||
|
||||
type Stack struct {
|
||||
|
||||
Reference in New Issue
Block a user