Cargando…

Managing dependencies in Go /

"In Go, dependencies are called 'packages' or 'modules'. Packages are the smallest unit of grouped Go code, and modules are the modern unit of package distribution. Both packages and modules have a URL naming scheme - similar, but distinctly different from the Java naming sc...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Otros Autores: Schlesinger, Aaron (Orador)
Formato: Electrónico Video
Idioma:Inglés
Publicado: [Place of publication not identified] : Aaron Schlesinger, 2020.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Descripción
Sumario:"In Go, dependencies are called 'packages' or 'modules'. Packages are the smallest unit of grouped Go code, and modules are the modern unit of package distribution. Both packages and modules have a URL naming scheme - similar, but distinctly different from the Java naming scheme for Jars. In the modern Go ecosystem, there are several methods by which you can fetch packages and modules and include them in your project. In this section we'll look at what both packages and modules are, how to find them and how to include them in your project, and then move onto advanced topics like managing private code, storing your dependencies onsite (instead of in a public, hosted environment), and improving build determinism and speed. You'll learn how to get started with packages and modules, several methods to manage either dependency type, convert your existing project to modules, and how to manage your dependencies for the duration of your project, no matter how long."--Resource description page
Notas:Title from resource description page (Safari, viewed September 25, 2020).
Descripción Física:1 online resource (1 streaming video file (27 min., 57 sec.))