liteide 找不到 go 路径错误修复

2024-04-21 04:20

本文主要是介绍liteide 找不到 go 路径错误修复,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

在配置文件:C:\Users\iwlb\AppData\Roaming\liteide\liteide.ini中修改

[liteenv]
currentenvid=win64

改为

[liteenv]
currentenvid=system

启动脚本:

set GO111MODULE=off
set GOROOT=M:\work\tool\go1.21.2.windows-amd64
set GOPATH=M:\work\code\go
set PATH=M:\work\tool\msys64\mingw64\bin\;M:\work\tool\msys64\mingw64\x86_64-w64-mingw32\bin\;M:\work\tool\msys64\mingw64\bin;%PATH%;
set CGO_ENABLED=1
set LIB=M:\work\tool\msys64\mingw64\lib;M:\work\tool\msys64\mingw64\x86_64-w64-mingw32\lib;
set CPPFLAGS="-Wl,-Bdynamic -lgcc_s -lOpenCL -lM:\work\tool\msys64\mingw64\x86_64-w64-mingw32\lib\libsensapi.a -lwininet -Werror=no-implicit-function-declaration"
set GOARCH=amd64
rem set GOOS=windows
set PKG_CONFIG_PATH=M:\work\tool\msys64\mingw64\lib\pkgconfig
set MAGICK_CODER_MODULE_PATH=M:\work\tool\msys64\mingw64\lib\ImageMagick-7.0.10\modules-Q16HDRI\coders
taskkill /f /im gocode.exe
taskkill /f /im dlv.exe
start "" liteide38.2wlbbuildx32\bin\liteide.exe
rem liteide38.2wlbbuildx32\bin\liteide.exe

如果大纲无法自动定位函数参考配置文件:

[General]
side_side_hide=false

[golangdoc]
goroot=M:\\work\\tool\\go1.21.2.windows-amd64

[liteenv]
currentenvid=system

[sidebar_area]
Folders=2

[liteapp]
FolderShowHidenFiles=false
FolderShowDetails=false
FolderSplitMode=false
WindowStyle=sidebar
MaxRecentFile=32
MaxEditorCount=64
AutoLoadLastSession=true
SplashVisible=true
EditTabsClosable=true
StartupReloadFiles=true
FileWatcherAutoReload=false
EditTabEnableWhell=true
AutoIdleSaveDocuments=true
AutoIdelSaveDocumentsTime=15
ToolWindowShortcuts=true
EditorMouseExtNavigate=true
Qss=default.qss
CustomeIcon=false
CustomeIconPath=default

[FileBrowser]
root=
synceditor=true
ShowHiddenFiles=false
ShowDetails=false

[godocfind]
matchcase=true
matchword=false
useregexp=false

[goapisearch]
match_case=true

[markdown]
batch_usecss=true
batch_css=0
batch_oupath=
batch_hr=false
batch_page-break=true
css=textbrowser.css
syncsscrollhtml=true
syncviewhtml=false

[find]
matchWord=false
matchCase=false
useRegexp=false
wrapAround=true

[findfiles]
matchWord=false
matchCase=false
useRegexp=false
findSub=true
autoswitchdir=true

[FileManager]
synceditor=true
initpath=M:/work/code/go/src

[golangast]
outlinesynceditor=true

[editor]
fontzoom=140

[litedebug]
external\cmd=
external\args=
external\work=
curdebugger=debugger/delve1

[litebuild-custom]
 

[litedebug_watch]
 

[%General]
Language=zh_CN
WelcomePageVisible=true
ToolBarIconSize=0

[golangfmt]
goimportsstyle=true
autofmt=true
syncfmt=true
synctimeout=500

[keybord_shortcuts]
FileTest="Alt+T; Alt+C"

[litebuild]
outputautoclear=false

[mimetype]
tabtospace\text\x-python=true

[Documents]
FontZoom=100

[Recent1]
session=default

 

这篇关于liteide 找不到 go 路径错误修复的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/922152

相关文章

解决mybatis-plus-boot-starter与mybatis-spring-boot-starter的错误问题

《解决mybatis-plus-boot-starter与mybatis-spring-boot-starter的错误问题》本文主要讲述了在使用MyBatis和MyBatis-Plus时遇到的绑定异常... 目录myBATis-plus-boot-starpythonter与mybatis-spring-b

python获取当前文件和目录路径的方法详解

《python获取当前文件和目录路径的方法详解》:本文主要介绍Python中获取当前文件路径和目录的方法,包括使用__file__关键字、os.path.abspath、os.path.realp... 目录1、获取当前文件路径2、获取当前文件所在目录3、os.path.abspath和os.path.re

Go信号处理如何优雅地关闭你的应用

《Go信号处理如何优雅地关闭你的应用》Go中的优雅关闭机制使得在应用程序接收到终止信号时,能够进行平滑的资源清理,通过使用context来管理goroutine的生命周期,结合signal... 目录1. 什么是信号处理?2. 如何优雅地关闭 Go 应用?3. 代码实现3.1 基本的信号捕获和优雅关闭3.2

hdu2544(单源最短路径)

模板题: //题意:求1到n的最短路径,模板题#include<iostream>#include<algorithm>#include<cstring>#include<stack>#include<queue>#include<set>#include<map>#include<stdio.h>#include<stdlib.h>#include<ctype.h>#i

poj 1734 (floyd求最小环并打印路径)

题意: 求图中的一个最小环,并打印路径。 解析: ans 保存最小环长度。 一直wa,最后终于找到原因,inf开太大爆掉了。。。 虽然0x3f3f3f3f用memset好用,但是还是有局限性。 代码: #include <iostream>#include <cstdio>#include <cstdlib>#include <algorithm>#incl

基于51单片机的自动转向修复系统的设计与实现

文章目录 前言资料获取设计介绍功能介绍设计清单具体实现截图参考文献设计获取 前言 💗博主介绍:✌全网粉丝10W+,CSDN特邀作者、博客专家、CSDN新星计划导师,一名热衷于单片机技术探索与分享的博主、专注于 精通51/STM32/MSP430/AVR等单片机设计 主要对象是咱们电子相关专业的大学生,希望您们都共创辉煌!✌💗 👇🏻 精彩专栏 推荐订阅👇🏻 单片机

Go Playground 在线编程环境

For all examples in this and the next chapter, we will use Go Playground. Go Playground represents a web service that can run programs written in Go. It can be opened in a web browser using the follow

go基础知识归纳总结

无缓冲的 channel 和有缓冲的 channel 的区别? 在 Go 语言中,channel 是用来在 goroutines 之间传递数据的主要机制。它们有两种类型:无缓冲的 channel 和有缓冲的 channel。 无缓冲的 channel 行为:无缓冲的 channel 是一种同步的通信方式,发送和接收必须同时发生。如果一个 goroutine 试图通过无缓冲 channel

如何确定 Go 语言中 HTTP 连接池的最佳参数?

确定 Go 语言中 HTTP 连接池的最佳参数可以通过以下几种方式: 一、分析应用场景和需求 并发请求量: 确定应用程序在特定时间段内可能同时发起的 HTTP 请求数量。如果并发请求量很高,需要设置较大的连接池参数以满足需求。例如,对于一个高并发的 Web 服务,可能同时有数百个请求在处理,此时需要较大的连接池大小。可以通过压力测试工具模拟高并发场景,观察系统在不同并发请求下的性能表现,从而

【408DS算法题】039进阶-判断图中路径是否存在

Index 题目分析实现总结 题目 对于给定的图G,设计函数实现判断G中是否含有从start结点到stop结点的路径。 分析实现 对于图的路径的存在性判断,有两种做法:(本文的实现均基于邻接矩阵存储方式的图) 1.图的BFS BFS的思路相对比较直观——从起始结点出发进行层次遍历,遍历过程中遇到结点i就表示存在路径start->i,故只需判断每个结点i是否就是stop