package

command
v0.0.0-...-280f8e7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 19, 2024 License: CC0-1.0 Imports: 2 Imported by: 0

README

Pacotes

Go é organizada em pacotes, os nomes dos pacotes fornecem um contexto e um espaço de nomes.

import (
	"fmt"
)

O pacote rotateString criado para exemplificar vários conceitos. https://github.com/crgimenes/rotateString

go get github.com/crgimenes/rotateString

Referencia completa ao pacote direto no código.

import (
	"fmt"
	r "github.com/crgimenes/rotateString"
)

Atualizar o pacote

go get -u github.com/crgimenes/rotateString

Exemplo de uso do pacote rotateString

package main

import (
	"fmt"
	r "github.com/crgimenes/rotateString"
)

func main() {
	s := r.Rotate("Isto é um teste de Rotate")
	fmt.Printf("rotate: %s\r\n", s)
}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL