session.go 85 B

12345678
  1. package session
  2. func Set(name string, value string) {
  3. }
  4. func Get(name string) {
  5. }