package main import ( "golang-fave/engine/wrapper" ) func handleFrontEnd(e *wrapper.Wrapper) bool { return false }