mirror of
https://github.com/fumiama/gozel.git
synced 2026-06-13 05:02:20 +08:00
feat(ze): add event support & vadd demo & refactor (#5)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
package main
|
||||
|
||||
import "os"
|
||||
import (
|
||||
"os"
|
||||
"path"
|
||||
)
|
||||
|
||||
var apif *os.File
|
||||
|
||||
func init() {
|
||||
f, err := os.Create("api.go")
|
||||
f, err := os.Create(path.Join("gozel", "api.go"))
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user