1
0
mirror of synced 2024-11-21 20:46:05 +03:00

fix README formatting

This commit is contained in:
Alex Lushpai 2018-09-19 18:14:28 +03:00
parent 0c1f70a796
commit 9df3b5a659

View File

@ -43,11 +43,11 @@ func main() {
},
Product: Product{
Creating: ChannelFeatureSend,
Deleting: ChannelFeatureSend,
Deleting: ChannelFeatureSend,
},
Order: Order{
Creating: ChannelFeatureBoth,
Deleting: ChannelFeatureSend,
Creating: ChannelFeatureBoth,
Deleting: ChannelFeatureSend,
},
},
}