Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
80d1860f23
1 changed files with 2 additions and 2 deletions
|
@ -126,8 +126,8 @@ func SetTimezone(container, appDir, timezoneID string) {
|
|||
}
|
||||
|
||||
//export DisableFeature
|
||||
func DisableFeature(feature string) {
|
||||
util.DisableFeature(feature)
|
||||
func DisableFeature(feature *C.char) {
|
||||
util.DisableFeature(C.GoString(feature))
|
||||
}
|
||||
|
||||
func main() {}
|
||||
|
|
Loading…
Add table
Reference in a new issue