Skip to content

Commit

Permalink
Create core.gop
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei authored Jan 9, 2024
1 parent 7badcad commit e8d0cda
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions internal/core.gop
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
type Config struct {
}

type Community struct {
}

func New(conf *Config) *Community {
return &Community{}
}

0 comments on commit e8d0cda

Please sign in to comment.