pre-dev: initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package crud
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
)
|
||||
|
||||
type myBase struct{}
|
||||
|
||||
var O myBase
|
||||
|
||||
func SomeFunc(w http.ResponseWriter, r *http.Request) {
|
||||
}
|
||||
|
||||
func Read(w http.ResponseWriter, r *http.Request) {
|
||||
}
|
||||
Reference in New Issue
Block a user