mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 13:54:02 +03:00
Create internal DC package
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package dc
|
||||
|
||||
type Addr struct {
|
||||
Network string
|
||||
Address string
|
||||
}
|
||||
|
||||
func (d Addr) String() string {
|
||||
return d.Address
|
||||
}
|
||||
Reference in New Issue
Block a user