专注于 JetBrains IDEA 全家桶,永久激活,教程
持续更新 PyCharm,IDEA,WebStorm,PhpStorm,DataGrip,RubyMine,CLion,AppCode 永久激活教程

Imports----Go引用别人的轮子

#

This code groups the imports into a parenthesized, "factored" import statement.
You can also write multiple import statements, like:

import "fmt"
import "math"

But it is good style to use the factored import statement.

代码

package main

import (
    "fmt"
    "math"
)

func main() {
    fmt.Printf("Now you have %g problems.\n", math.Sqrt(7))
}

翻译

这段代码使用import语句,在一个括号里面.
当然你也可以分开写,(类似于java的import语句一样,一行一行的import)

但是使用括号形式的import是个好的style(格式)

总结

使用import,请使用括号形式,也就是如下形式:

import (
    "fmt"
    "math/rand"
    "time"
    "mouse/rest"
)

下面这种形式不推荐(当然语法上没有任何问题,就是不推荐这种style,具体原因,我也不知道)

import "fmt"
import "math/rand"
import "time"
import "mouse/rest"

实验项目

我有一个Go的小白鼠项目,如果有需要可以clone一份.

名称 地址
git地址 github.com/liuxuzxx/mo…
git的clone地址 github.com/liuxuzxx/mo…

文章永久链接:https://tech.souyunku.com/44591

未经允许不得转载:搜云库技术团队 » Imports----Go引用别人的轮子

JetBrains 全家桶,激活、破解、教程

提供 JetBrains 全家桶激活码、注册码、破解补丁下载及详细激活教程,支持 IntelliJ IDEA、PyCharm、WebStorm 等工具的永久激活。无论是破解教程,还是最新激活码,均可免费获得,帮助开发者解决常见激活问题,确保轻松破解并快速使用 JetBrains 软件。获取免费的破解补丁和激活码,快速解决激活难题,全面覆盖 2024/2025 版本!

联系我们联系我们