Skip to content

Commit 122ebdf

Browse files
authored
Update copyright year in ai_interface.go
Signed-off-by: Zhiyuan Zhao(赵志远) <[email protected]>
1 parent e28e3e8 commit 122ebdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/server/ai_interface.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2024 API Testing Authors.
2+
Copyright 2025 API Testing Authors.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -55,4 +55,4 @@ type PluginResponse struct {
5555
Success bool `json:"success"` // Whether request succeeded
5656
Data interface{} `json:"data"` // Response data
5757
Error string `json:"error"` // Error message if failed
58-
}
58+
}

0 commit comments

Comments
 (0)