longurl.go 93 B

12345678
  1. package url
  2. type LongUrl struct {
  3. }
  4. func (l LongUrl) Domain() string {
  5. return "default"
  6. }