dont enable cache by default #1794

Open
opened 2020-09-15 10:49:52 +00:00 by vtolstov · 1 comment

Does it possible to not enable cache by default (i mean build dep)
my import graph looks like:

go.unistack.org/cms-mailer (me app)
xorm.io/xorm
xorm.io/xorm/caches
github.com/syndtr/goleveldb/leveldb
github.com/syndtr/goleveldb/leveldb.test

so i want to avoid importing goleveldb and it deps

Does it possible to not enable cache by default (i mean build dep) my import graph looks like: ``` go.unistack.org/cms-mailer (me app) xorm.io/xorm xorm.io/xorm/caches github.com/syndtr/goleveldb/leveldb github.com/syndtr/goleveldb/leveldb.test ``` so i want to avoid importing goleveldb and it deps
lunny added the
kind
proposal
label 2020-09-15 14:35:49 +00:00
Owner

In fact, cache is disabled defautly. But it depends caches and an implementation of cache is goleveldb.

In fact, cache is disabled defautly. But it depends caches and an implementation of cache is goleveldb.
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: xorm/xorm#1794
No description provided.