* chore: add dataset for demos * chore(demos): add demos * chore: update CONTRIBUTING * this copefully will fix comments gif
7 lines
97 B
Go
7 lines
97 B
Go
package demos
|
|
|
|
func doSomethingImportant() {}
|
|
|
|
type User struct{}
|
|
|
|
type DataProvider interface{}
|