mirror of
https://github.com/likelovewant/ollama-for-amd.git
synced 2025-12-21 14:26:30 +00:00
win: lint fix (#10571)
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
|||||||
const (
|
const (
|
||||||
CREATE_DEFAULT_ERROR_MODE = 0x04000000
|
CREATE_DEFAULT_ERROR_MODE = 0x04000000
|
||||||
ABOVE_NORMAL_PRIORITY_CLASS = 0x00008000
|
ABOVE_NORMAL_PRIORITY_CLASS = 0x00008000
|
||||||
CREATE_NO_WINDOW = 0x08000000
|
CREATE_NO_WINDOW = 0x08000000
|
||||||
)
|
)
|
||||||
|
|
||||||
var LlamaServerSysProcAttr = &syscall.SysProcAttr{
|
var LlamaServerSysProcAttr = &syscall.SysProcAttr{
|
||||||
|
|||||||
Reference in New Issue
Block a user