Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

10 lignes
184 B

  1. package elb
  2. import (
  3. "github.com/goamz/goamz/aws"
  4. )
  5. func Sign(auth aws.Auth, method, path string, params map[string]string, host string) {
  6. sign(auth, method, path, params, host)
  7. }