sdboyer / gogl

A graph library in Go
MIT License
77 stars 13 forks source link

Add method to Graph interface to report graph spec #27

Open sdboyer opened 10 years ago

sdboyer commented 10 years ago

there's just too much subtlety to be fully expressed by the type system and interfaces. graphs now can be built from spec; they should have a method to report their spec, as well.

this'll probably need to go on GraphSource, as well :(