YuNing's Thought

Home

❯

Notes

❯

Go Module

Go Module

Nov 05, 20231 min read

import

# Import declaration          Local name of Sin
 
import   "lib/math"         math.Sin
import M "lib/math"         M.Sin
import . "lib/math"         Sin

Links

  • Using Go Modules - The Go Programming Language

Graph View

  • import
  • Links

Backlinks

  • Go Package
  • Golang

Created with Quartz v4.5.2 © 2025

  • GitHub
  • Discord Community