mirror of
https://github.com/ollama/ollama.git
synced 2025-05-10 18:06:33 +02:00
win: lint fix (#10571)
This commit is contained in:
parent
17466217e5
commit
b1c40138da
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import (
|
|||
const (
|
||||
CREATE_DEFAULT_ERROR_MODE = 0x04000000
|
||||
ABOVE_NORMAL_PRIORITY_CLASS = 0x00008000
|
||||
CREATE_NO_WINDOW = 0x08000000
|
||||
CREATE_NO_WINDOW = 0x08000000
|
||||
)
|
||||
|
||||
var LlamaServerSysProcAttr = &syscall.SysProcAttr{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue