forked from 0x2E/fusion
![]() We're using a 'magic string' for the echo session key name, which makes it easy for the different instances of the string to go out of sync. Using a named constant makes the intent clear and ensures all copies of the key name in the code stay in sync. |
||
---|---|---|
.. | ||
api.go | ||
feed.go | ||
group.go | ||
item.go | ||
session.go |