Use vendoring
This commit is contained in:
parent
185262b2e7
commit
d4fd18bff3
20 changed files with 3023 additions and 0 deletions
11
vendor/github.com/nyarla/go-crypt/doc.go
generated
vendored
Normal file
11
vendor/github.com/nyarla/go-crypt/doc.go
generated
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
// Package crypt is a implementation of crypt(3) by golang.
|
||||
//
|
||||
// This is a fork of iasija's orignal implementation.
|
||||
//
|
||||
// Orignal soruce code Copyrights (C) iasija All rights reserved,
|
||||
// and original source code is under the 3-Clause BSD.
|
||||
//
|
||||
// Modification codes for supporting latest golang and added test codes are
|
||||
// Copyright (c) 2013-2014 Naoki OKAMURA <nyarla@thotep.net>,
|
||||
// and modifiration code and test codes are under same as the orignal source code license. (3-Clause BSD)
|
||||
package crypt
|
||||
Loading…
Add table
Add a link
Reference in a new issue