GithubHelp home page GithubHelp logo

go-crowd's Introduction

Jade uses code to solve specific problems that she has encountered.

As I've benefitted from others, I hope others may benefit from my work. In that spirit, any software available here under is provided in some approximation of a gift and does not imply any obligation to make it work for you.

go-crowd's People

Contributors

edwinakatosh avatar egrether avatar ekyalangalilwa avatar iandelahorne avatar jda avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

go-crowd's Issues

Failing due to go.jona.me/crowd

Simple program -

package main
import "log"
import "github.com/jda/go-crowd"

func main() {
	c, err := crowd.New("demo", "demo", "http://localhost:8095/crowd")
	if err != nil {
		log.Fatal(err)
	}
	_, err := c.Authenticate("user_a", "pass_a")
	if err != nil {
		log.Fatal(err)
	}
}

Throws error

../sandbox/atlassian_crowd/main.go:5:2: code in directory /home/xyz/goproj/src/github.com/jda/go-crowd expects import "go.jona.me/crowd"

go get package fetch fails due to certificates

% go get -u -v go.jona.me/crowd
Fetching https://go.jona.me/crowd?go-get=1
https fetch failed.
import "go.jona.me/crowd": https fetch: Get https://go.jona.me/crowd?go-get=1: x509: certificate is valid for oms.coldshore.com, coldshore.com, not go.jona.me
package go.jona.me/crowd: unrecognized import path "go.jona.me/crowd"

% git config http.sslVerify
false

% go env
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/userone/go"
GORACE=""
GOROOT="/usr/lib/go"
GOTOOLDIR="/usr/lib/go/pkg/tool/linux_amd64"
GO15VENDOREXPERIMENT=""
CC="gcc"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0"
CXX="x86_64-pc-linux-gnu-g++"
CGO_ENABLED="1"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.