Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

go.mod 321B

123456789101112
  1. module contact-form
  2. go 1.12
  3. require (
  4. github.com/gorilla/csrf v1.5.1 // indirect
  5. github.com/gorilla/mux v1.7.1 // indirect
  6. github.com/inconshreveable/mousetrap v1.0.0 // indirect
  7. github.com/jamiealquiza/envy v1.1.0 // indirect
  8. github.com/spf13/cobra v0.0.3 // indirect
  9. github.com/spf13/pflag v1.0.3 // indirect
  10. )