style: fix gofmt formatting (CRLF -> LF)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -50,4 +50,3 @@ func TestBaseChannelIsAllowed(t *testing.T) {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -44,9 +44,9 @@ type LINEChannel struct {
|
|||||||
*BaseChannel
|
*BaseChannel
|
||||||
config config.LINEConfig
|
config config.LINEConfig
|
||||||
httpServer *http.Server
|
httpServer *http.Server
|
||||||
botUserID string // Bot's user ID
|
botUserID string // Bot's user ID
|
||||||
botBasicID string // Bot's basic ID (e.g. @216ru...)
|
botBasicID string // Bot's basic ID (e.g. @216ru...)
|
||||||
botDisplayName string // Bot's display name for text-based mention detection
|
botDisplayName string // Bot's display name for text-based mention detection
|
||||||
replyTokens sync.Map // chatID -> replyTokenEntry
|
replyTokens sync.Map // chatID -> replyTokenEntry
|
||||||
quoteTokens sync.Map // chatID -> quoteToken (string)
|
quoteTokens sync.Map // chatID -> quoteToken (string)
|
||||||
ctx context.Context
|
ctx context.Context
|
||||||
|
|||||||
Reference in New Issue
Block a user