首页 > 其他分享 >Go - go install

Go - go install

时间:2024-11-29 19:13:05浏览次数:8  
标签:... ZZHPC staticcheck hey go install zzh Go

 

zzh@ZZHPC:/zdata/Github/greenlight$ go install honnef.co/go/tools/cmd/staticcheck
no required module provides package honnef.co/go/tools/cmd/staticcheck; to add it:
        go get honnef.co/go/tools/cmd/staticcheck
zzh@ZZHPC:/zdata/Github/greenlight$ go install honnef.co/go/tools/cmd/staticcheck@latest
zzh@ZZHPC:/zdata/Github/greenlight$ go install github.com/rakyll/hey
no required module provides package github.com/rakyll/hey; to add it:
        go get github.com/rakyll/hey
zzh@ZZHPC:/zdata/Github/greenlight$ go install github.com/rakyll/hey@latest
zzh@ZZHPC:/zdata/Github/greenlight$

It seems @latest is necessary.

 

zzh@ZZHPC:/zdata/Github/greenlight$ which hey
zzh@ZZHPC:/zdata/Github/greenlight$ which staticcheck
/home/zzh/.goenv/shims/staticcheck
zzh@ZZHPC:/zdata/Github/greenlight$ cd /home/zzh/.goenv/shims/
zzh@ZZHPC:~/.goenv/shims$ lh hey
ls: cannot access 'hey': No such file or directory
zzh@ZZHPC:~/.goenv/shims$ lh staticcheck
-rwxrwxr-x 1 zzh zzh 394 Aug 28 14:06 staticcheck

It seems either hey or staticcheck was installed successfully by the 'go install' commands.

 

zzh@ZZHPC:~$ sudo apt install hey
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
  hey
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 2,016 kB of archives.
After this operation, 6,775 kB of additional disk space will be used.
Get:1 http://mirrors.tuna.tsinghua.edu.cn/ubuntu jammy/universe amd64 hey amd64 0.1.4-1 [2,016 kB]
Fetched 2,016 kB in 2s (851 kB/s)
Selecting previously unselected package hey.
(Reading database ... 402743 files and directories currently installed.)
Preparing to unpack .../archives/hey_0.1.4-1_amd64.deb ...
Unpacking hey (0.1.4-1) ...
Setting up hey (0.1.4-1) ...
Processing triggers for man-db (2.10.2-1) ...
zzh@ZZHPC:~$

 

标签:...,ZZHPC,staticcheck,hey,go,install,zzh,Go
From: https://www.cnblogs.com/zhangzhihui/p/18577362

相关文章

  • 【Go底层】通道原理
    目录1、背景2、go版本3、源码解释【1】chan的底层结构【2】chan初始化【3】往chan发送数据【4】从chan读取数据4、总结1、背景chan可以说是go中非常好用的并发控制模块,并且是并发安全的,采用了CSP思想(通过通信来共享内存,而不是通过共享内存来通信),chan虽然好用,但是......
  • 【Go底层】time包Ticker定时器原理
    目录1、背景2、go版本3、源码解释【1】Ticker结构【2】NewTicker函数解释4、代码示例5、总结1、背景说到定时器我们一般想到的库是cron,但是对于一些简单的定时任务场景,标准库time包下提供的定时器就足够我们使用,本篇文章我们就来研究一下time包下的Ticker定时器。2......
  • Let'sGoFurther - Chapter 19: Building, Versioning and Quality Control
     $makemigrationname=create_example_table run:gorun./cmd/apipsql:psql${GREENLIGHT_DB_DSN}migration:@echo'Creatingmigrationfilesfor${name}...'migratecreate-seq-ext=.sql-dir=./migrations${name}up:......
  • 基于Python+Django可视化的学习系统的设计与实现
    内容概要:本文档主要介绍了基于Python语言、Django框架和MySQL数据库设计与实现的一个可视化的学习系统。系统设计包括对B/S架构的研究与应用,旨在提高可视化学习的效率与管理水平。文档详细论述了系统的功能设计、模块实现及系统测试等内容。系统具备个人中心、用户管理、视频类......
  • Go的依赖管理Go Module
    Go的依赖管理GoModule来源https://www.liwenzhou.com/posts/Go/go_dependency/历史遗留问题如果是使用Go1.11和Go1.12版本,需要手动开启Gomodule支持为什么需要依赖管理最早的时候,Go所依赖的所有的第三方库都放在GOPATH这个目录下面。这就导致了同一个库只能保存一个......
  • 纯Go语言开发人脸检测、瞳孔/眼睛定位与面部特征检测插件-助力GoFly快速开发框架
    前言​开发纯go插件的原因是因为目前Go生态系统中几乎所有现有的人脸检测解决方案都是纯粹绑定到一些C/C++库,如 ​​OpenCV​​ 或 ​​​dlib​​​,但通过 ​​​cgo​​​ 调用C程序会引入巨大的延迟,并在性能方面产生显著的权衡。此外,在许多情况下,在各种平台上安......
  • Golang - json omitempty的用法
    omitempty的作用是在json数据结构转换时,当该字段的值为该字段类型的零值时,忽略该字段。packagemainimport("fmt""encoding/json")typeStudentstruct{Namestring`json:"name"`Ageint`json:"age"`Gradestring`json:"......
  • 助力海外,空壳支持Google Play应用分身
    空壳V2.2,支持从GooglePlay下载的应用分身!出海的你可能需要同时管理多个社交或工作账号。空壳为你提供完美的多账号解决方案,让你可以多账号同时在线,无需来回切换,操作便捷高效。无论是个人生活,还是业务拓展,都能得心应手。空壳支持GooglePlay官方应用的分身多开,分身应......
  • 如何解决 GoPro 13 拍摄 4K HDR 视频过热关机问题 All In One
    如何解决GoPro13拍摄4KHDR视频过热关机问题AllInOneGoPro过热关机测试条件室温20度开启HLGHDR画面16:9分辨率4K帧率60Hz开启GPSHyperSmooth:AutoBoost比特位深:10-Bit比特率:高音频:人声增强解决方案???帮助降低摄像机运行温度的步骤要想......
  • Task01 课程简介,安装Installation && Task02 启航Getting Started
    Task01课程简介,安装Installation课程简介1.python是一种相当高级的语言,由著名的“龟叔”所创造。2.用处可以做日常任务,做网站,做网络游戏后台。3.缺点:无法写操作系统(C语言),手机应用(Java,Swift/objective-C),3D游戏(C,C++),其运行速度慢,以及代码无法加密。安装Installation1.在Window......