Skip to content
Snippets Groups Projects
Commit 6087d338 authored by AlexStocks's avatar AlexStocks
Browse files

Fix: add type for var

parent c2fdeaa6
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ const (
var (
methodWeightMap sync.Map // [string]invokers
state = COMPLETE // update lock acquired ?
state = int32(COMPLETE) // update lock acquired ?
recyclePeriod = 60 * time.Second.Nanoseconds()
)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment