summaryrefslogtreecommitdiff
path: root/core.go
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-12-31 09:46:40 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-12-31 09:46:40 (GMT)
commit774e626114dace5435f5f21dc9957d5da996b3bb (patch)
tree79634d214fb05efdaba2bf7a9808f5b687d6e30b /core.go
parent399f26ca052c09ed54f812343a33d82560d9ae48 (diff)
improved coding style
Diffstat (limited to 'core.go')
-rw-r--r--core.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/core.go b/core.go
index 3b8280a..1824db1 100644
--- a/core.go
+++ b/core.go
@@ -46,10 +46,10 @@ var (
func init() {
curl.GlobalInit(curl.GLOBAL_ALL)
- fetcher_init()
+ fetcherInit()
}
-type ImportProgressCB func(step int, step_name string, progress float64, userdata interface{}) bool
+type ImportProgressCB func(step int, stepName string, progress float64, userdata interface{}) bool
type ImportContext struct {
conf *Config