Archived
1

Dependency management via dep package.

This commit is contained in:
2017-10-26 18:17:58 +04:00
parent c676fb780d
commit e97b3caf07
28 changed files with 121 additions and 42 deletions

View File

@@ -8,7 +8,7 @@ import (
"log"
"time"
// local
"../dbmapping"
"lab.pztrn.name/fat0troll/i2_bot/lib/dbmapping"
)
// GetPlayerByID returns dbmapping.Player instance with given ID.