Added arn to the main repository
This commit is contained in:
6
arn/ShopItemAPI.go
Normal file
6
arn/ShopItemAPI.go
Normal file
@ -0,0 +1,6 @@
|
||||
package arn
|
||||
|
||||
// Save saves the item in the database.
|
||||
func (item *ShopItem) Save() {
|
||||
DB.Set("ShopItem", item.ID, item)
|
||||
}
|
Reference in New Issue
Block a user