1
0
mirror of synced 2024-11-22 04:56:06 +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{ Product: Product{
Creating: ChannelFeatureSend, Creating: ChannelFeatureSend,
Deleting: ChannelFeatureSend, Deleting: ChannelFeatureSend,
}, },
Order: Order{ Order: Order{
Creating: ChannelFeatureBoth, Creating: ChannelFeatureBoth,
Deleting: ChannelFeatureSend, Deleting: ChannelFeatureSend,
}, },
}, },
} }