commit 5eb3d67059515a468aae6d9215fc9ea92e91c15c
parent 3e94618af562e769f3c56fcd70df6d8646ff5af3
Author: Frederic Cambus <fcambus@users.sourceforge.net>
Date: Wed, 26 Mar 2014 20:20:16 +0100
Documentation update
Diffstat:
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/LICENSE b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2012-2013, Frederic Cambus
+Copyright (c) 2012-2014, Frederic Cambus
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/README.md b/README.md
@@ -25,9 +25,9 @@ RRDA requires the following Go libraries :
## Installation
-Build and install with the `go` tool :
+Build and install with the `go` tool, all dependencies will be automatically fetched and compiled :
- go build rrda
+ go get -d -v ./... && go build -v ./...
go install rrda
## Usage
diff --git a/rrda.go b/rrda.go
@@ -1,10 +1,10 @@
/*****************************************************************************/
/* */
-/* RRDA (RRDA REST DNS API) 1.00 (c) by Frederic Cambus 2012-2013 */
+/* RRDA (RRDA REST DNS API) 1.00 (c) by Frederic Cambus 2012-2014 */
/* http://www.statdns.com */
/* */
/* Created: 2012/03/11 */
-/* Last Updated: 2013/12/07 */
+/* Last Updated: 2014/03/26 */
/* */
/* RRDA is released under the BSD 3-Clause license. */
/* See LICENSE file for details. */