goduf-byinode_unix.go
changeset 18 5219596f5c71
parent 17 7e73bb91665e
equal deleted inserted replaced
17:7e73bb91665e 18:5219596f5c71
     1 /*
     1 //
     2  * Copyright (C) 2014 Mikael Berthe <mikael@lilotux.net>
     2 // Copyright (C) 2014 Mikael Berthe <mikael@lilotux.net>
     3  *
     3 //
     4  * This program is free software; you can redistribute it and/or modify
     4 // This program is free software; you can redistribute it and/or modify
     5  * it under the terms of the GNU General Public License as published by
     5 // it under the terms of the GNU General Public License as published by
     6  * the Free Software Foundation; either version 2 of the License, or (at
     6 // the Free Software Foundation; either version 2 of the License, or (at
     7  * your option) any later version.
     7 // your option) any later version.
     8  */
       
     9 
     8 
    10 // +build darwin dragonfly freebsd linux nacl netbsd openbsd solaris
     9 // +build darwin dragonfly freebsd linux nacl netbsd openbsd solaris
    11 
    10 
    12 package main
    11 package main
    13 
    12