Daniel YC Lin
Daniel YC Lin
Does this helpful? https://github.com/fatih/vim-go-tutorial#documentation-lookup In vim, we can use :GoDoc to get the document I guess the easier implementation is just call the shell to execute "go doc fmt.Println"
``` + cargo metadata --format-version 1 --filter-platform x86_64-pc-windows-gnu + rustc --print sysroot + /usr/bin/docker + /usr/bin/docker version -f '{{ .Server.Os }},,,{{ .Server.Arch }}' + rustup toolchain list + rustup target...
> I've tried installing that exact version and running the build on Windows (not inside WSL2, but using the WSL2 backend), and this doesn't seem like a `cross` issue. Error...
``` $ docker run --rm -it ghcr.io/cross-rs/x86_64-pc-windows-gnu:main /bin/sh $ echo $? 53 $ docker run --rm -it ghcr.io/cross-rs/x86_64-pc-windows-gnu /bin/sh # workable ``` Does that mean main tag docker images is...
``` $ docker images REPOSITORY TAG IMAGE ID CREATED SIZE ghcr.io/cross-rs/x86_64-pc-windows-gnu main 4d802af49b63 7 days ago 3.07GB ghcr.io/cross-rs/x86_64-pc-windows-gnu latest 55d0d0aab3a3 8 weeks ago 2.87GB $ docker pull ghcr.io/cross-rs/x86_64-pc-windows-gnu:main main: Pulling...
``` Docker version 18.06.0-ce, build 0ffa825 [dlin@d1dk09 ~]$ more /etc/centos-release CentOS Linux release 7.5.1804 (Core) ``` > > ``` > > $ docker run --rm -it ghcr.io/cross-rs/x86_64-pc-windows-gnu:main /bin/sh > >...
My updated Cargo.toml ``` name = "hi" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [target.aarch64-unknown-linux-gnu] image = "ghcr.io/cross-rs/x86_64-pc-windows-gnu:0.2.4" [target.x86_64-pc-windows-gnu] image =...
It works now, after assign the workable docker image 0.2.4 (=lastest). Maybe You just require assign main as 0.2.4.
docker version ``` Client: Version: 18.06.0-ce API version: 1.38 Go version: go1.10.3 Git commit: 0ffa825 Built: Wed Jul 18 19:08:18 2018 OS/Arch: linux/amd64 Experimental: false Server: Engine: Version: 18.06.0-ce API...
另外,文件內的 fsnotify 看來應該改成 https://github.com/fsnotify/fsnotify